Merge pull request #189116 from stigtsp/fix/perl-io-async-ssl-upgrade-error-staging-next
[staging-next] perlPackages.IOAsyncSSL: fix test
This commit is contained in:
@@ -12003,6 +12003,14 @@ let
|
||||
url = "mirror://cpan/authors/id/P/PE/PEVANS/IO-Async-SSL-0.23.tar.gz";
|
||||
hash = "sha256-0vyuFuJ+F6yjkDpK1aK/L7wmjQZRzn8ARabQVG9YTy4=";
|
||||
};
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
# Fixes test compatibility with OpenSSL 3
|
||||
url = "https://sources.debian.org/data/main/libi/libio-async-ssl-perl/0.23-1/debian/patches/upgrade-error-match.patch";
|
||||
hash = "sha256-RK36nVba203I9awZtHiU7jwhCV7U8Gw6wnbs3e9Hbjk=";
|
||||
name = "IO-Async-SSL-upgrade-error-match.patch";
|
||||
})
|
||||
];
|
||||
buildInputs = [ TestIdentity ];
|
||||
propagatedBuildInputs = [ Future IOAsync IOSocketSSL ];
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user