perlPackages.ProtocolHTTP2: init at 1.08

This commit is contained in:
Jörg Thalheim 2017-07-17 15:18:29 +01:00
parent 94dc132ff9
commit 9b960686bf

View File

@ -11205,6 +11205,26 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ IPCSignal ];
};
ProtocolWebSocket = buildPerlModule rec {
name = "Protocol-WebSocket-0.20";
src = fetchurl {
url = "mirror://cpan/authors/id/V/VT/VTI/${name}.tar.gz";
sha256 = "00ga7sjrqcbr46kwfbaa37lxqqbp9z5gymjckzps6ll2jf7k58mx";
};
buildInputs = [ ModuleBuildTiny ];
};
ProtocolHTTP2 = buildPerlModule rec {
name = "Protocol-HTTP2-1.08";
src = fetchurl {
url = "mirror://cpan/authors/id/C/CR/CRUX/${name}.tar.gz";
sha256 = "06y1djgzbn340hixav85728dvp8mj2mx2qf5fzkqxh145g5q860g";
};
buildInputs = [ ModuleBuildTiny TestLeakTrace TestTCP ];
propagatedBuildInputs = [ AnyEvent NetSSLeay ];
};
PSGI = buildPerlPackage rec {
name = "PSGI-1.102";
src = fetchurl {