[cpan2nix] perlPackages.PerlIOviaTimeout: cleanup
This commit is contained in:
parent
9dc8d5f708
commit
7e11982a72
@ -11378,13 +11378,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
PerlIOviaTimeout = buildPerlPackage rec {
|
PerlIOviaTimeout = buildPerlModule rec {
|
||||||
name = "PerlIO-via-Timeout-0.32";
|
name = "PerlIO-via-Timeout-0.32";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/D/DA/DAMS/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/D/DA/DAMS/${name}.tar.gz";
|
||||||
sha256 = "9278f9ef668850d913d98fa4c0d7e7d667cff3503391f4a4eae73a246f2e7916";
|
sha256 = "9278f9ef668850d913d98fa4c0d7e7d667cff3503391f4a4eae73a246f2e7916";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleBuildTiny TestTCP ];
|
buildInputs = [ ModuleBuildTiny TestSharedFork TestTCP ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "A PerlIO layer that adds read & write timeout to a handle";
|
description = "A PerlIO layer that adds read & write timeout to a handle";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user