mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
perl-PerlIO-via-Timeout: init at 0.32
This commit is contained in:
parent
1940a73d82
commit
10f2fc0470
1 changed files with 14 additions and 0 deletions
|
@ -8784,6 +8784,20 @@ let self = _self // overrides; _self = with self; {
|
|||
'';
|
||||
};
|
||||
|
||||
PerlIOviaTimeout = buildPerlPackage rec {
|
||||
name = "PerlIO-via-Timeout-0.32";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DA/DAMS/${name}.tar.gz";
|
||||
sha256 = "9278f9ef668850d913d98fa4c0d7e7d667cff3503391f4a4eae73a246f2e7916";
|
||||
};
|
||||
buildInputs = [ ModuleBuildTiny TestTCP ];
|
||||
meta = {
|
||||
description = "A PerlIO layer that adds read & write timeout to a handle";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
PerlMagick = buildPerlPackage rec {
|
||||
name = "PerlMagick-6.89-1";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue