mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
perlPackages.LinuxFD: init at 0.011
This commit is contained in:
parent
4b5098e79a
commit
517b9de2c7
1 changed files with 14 additions and 0 deletions
|
@ -8461,6 +8461,20 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
LinuxFD = buildPerlModule rec {
|
||||
name = "Linux-FD-0.011";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/L/LE/LEONT/${name}.tar.gz";
|
||||
sha256 = "6bb579d47644cb0ed35626ff77e909ae69063073c6ac09aa0614fef00fa37356";
|
||||
};
|
||||
buildInputs = [ ModuleBuild TestException ];
|
||||
propagatedBuildInputs = [ SubExporter ];
|
||||
meta = {
|
||||
description = "Linux specific special filehandles";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
LinuxInotify2 = buildPerlPackage rec {
|
||||
name = "Linux-Inotify2-2.1";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue