perlPackages.SCGI: init at 0.6

This commit is contained in:
Jörg Thalheim 2017-07-14 14:25:48 +01:00
parent 9b960686bf
commit 4addea54ae

View File

@ -11852,6 +11852,16 @@ let self = _self // overrides; _self = with self; {
buildInputs = [ ModuleBuild ];
};
SCGI = buildPerlPackage rec {
name = "SCGI-0.6";
src = fetchurl {
url = "mirror://cpan/authors/id/V/VI/VIPERCODE/${name}.tar.gz";
sha256 = "196rj47mh4fq2vlnw595q391zja5v6qg7s3sy0vy8igfyid8rdsq";
};
preConfigure = "export HOME=$(mktemp -d)";
buildInputs = [ ModuleBuild ];
};
ScopeGuard = buildPerlPackage {
name = "Scope-Guard-0.20";
src = fetchurl {