[cpan2nix] perlPackages.LinuxInotify2: cleanup
This commit is contained in:
parent
be7d134f8c
commit
ff471daf2d
@ -7961,7 +7961,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
LinuxInotify2 = buildPerlPackage rec {
|
LinuxInotify2 = buildPerlPackage rec {
|
||||||
name = "Linux-Inotify2-1.22";
|
name = "Linux-Inotify2-1.22";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/modules/by-module/Linux/${name}.tar.gz";
|
url = mirror://cpan/authors/id/M/ML/MLEHMANN/Linux-Inotify2-1.22.tar.gz;
|
||||||
sha256 = "1l916p8xak6c51x4x1vrzd8wpi55bld74wf0p5w5m4vr80zjb7dw";
|
sha256 = "1l916p8xak6c51x4x1vrzd8wpi55bld74wf0p5w5m4vr80zjb7dw";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ commonsense ];
|
propagatedBuildInputs = [ commonsense ];
|
||||||
|
Loading…
Reference in New Issue
Block a user