[cpan2nix] perlPackages.ProtocolHTTP2: cleanup

This commit is contained in:
volth 2018-04-07 07:56:40 +00:00
parent b7433d47e5
commit 9eb7a54058

View file

@ -11855,8 +11855,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/C/CR/CRUX/${name}.tar.gz";
sha256 = "06y1djgzbn340hixav85728dvp8mj2mx2qf5fzkqxh145g5q860g";
};
buildInputs = [ ModuleBuildTiny TestLeakTrace TestTCP ];
propagatedBuildInputs = [ AnyEvent NetSSLeay ];
buildInputs = [ AnyEvent ModuleBuildTiny NetSSLeay TestLeakTrace TestSharedFork TestTCP ];
};
PSGI = buildPerlPackage rec {