[cpan2nix] perlPackages.ProtocolHTTP2: cleanup
This commit is contained in:
parent
b7433d47e5
commit
9eb7a54058
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue