Skip to content

Commit

Permalink
Merge pull request #189116 from stigtsp/fix/perl-io-async-ssl-upgrade…
Browse files Browse the repository at this point in the history
…-error-staging-next

[staging-next] perlPackages.IOAsyncSSL: fix test
  • Loading branch information
dasJ authored Aug 31, 2022
2 parents 08c6aef + 78f3f77 commit aaadf66
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit aaadf66

Please sign in to comment.