perlPackages.LinuxFD: init at 0.011

This commit is contained in:
rnhmjoj 2019-04-19 15:30:22 +02:00
parent 4b5098e79a
commit 517b9de2c7
No known key found for this signature in database
GPG key ID: 91BE884FBA4B591A

View file

@ -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 {