lol

Merge pull request #189116 from stigtsp/fix/perl-io-async-ssl-upgrade-error-staging-next

[staging-next] perlPackages.IOAsyncSSL: fix test

authored by

Janne Heß and committed by
GitHub
aaadf661 08c6aef9

+8
+8
pkgs/top-level/perl-packages.nix
··· 12003 12003 url = "mirror://cpan/authors/id/P/PE/PEVANS/IO-Async-SSL-0.23.tar.gz"; 12004 12004 hash = "sha256-0vyuFuJ+F6yjkDpK1aK/L7wmjQZRzn8ARabQVG9YTy4="; 12005 12005 }; 12006 + patches = [ 12007 + (fetchpatch { 12008 + # Fixes test compatibility with OpenSSL 3 12009 + url = "https://sources.debian.org/data/main/libi/libio-async-ssl-perl/0.23-1/debian/patches/upgrade-error-match.patch"; 12010 + hash = "sha256-RK36nVba203I9awZtHiU7jwhCV7U8Gw6wnbs3e9Hbjk="; 12011 + name = "IO-Async-SSL-upgrade-error-match.patch"; 12012 + }) 12013 + ]; 12006 12014 buildInputs = [ TestIdentity ]; 12007 12015 propagatedBuildInputs = [ Future IOAsync IOSocketSSL ]; 12008 12016 meta = {