Commit c47af880 authored by Stig Palmquist's avatar Stig Palmquist
Browse files

perlPackages.IOAsyncSSL: remove merged patch

parent 494ffac0
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -12437,14 +12437,6 @@ with self; {
      url = "mirror://cpan/authors/id/P/PE/PEVANS/IO-Async-SSL-0.25.tar.gz";
      hash = "sha256-Te9IXbHv9OE5tLWRIgLA/WHDrtLOw1vVq4v3u9g/WnU=";
    };
    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 = {