Skip to content

Commit

Permalink
perlPackages.IOAsyncSSL: fix test
Browse files Browse the repository at this point in the history
Apply patch from Debian to fix test compatibility with OpenSSL 3
  • Loading branch information
stigtsp committed Aug 31, 2022
1 parent 08c6aef commit 78f3f77
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 78f3f77

Please sign in to comment.