[cpan2nix] perlPackages.Filelchown: cleanup
This commit is contained in:
parent
84f8a2f0ca
commit
c979ba0718
|
@ -5662,13 +5662,13 @@ let self = _self // overrides; _self = with self; {
|
||||||
propagatedBuildInputs = [ CryptRijndael ];
|
propagatedBuildInputs = [ CryptRijndael ];
|
||||||
};
|
};
|
||||||
|
|
||||||
Filelchown = buildPerlPackage rec {
|
Filelchown = buildPerlModule rec {
|
||||||
name = "File-lchown-0.02";
|
name = "File-lchown-0.02";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/P/PE/PEVANS/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/P/PE/PEVANS/${name}.tar.gz";
|
||||||
sha256 = "a02fbf285406a8a4d9399284f032f2d55c56975154c2e1674bd109837b8096ec";
|
sha256 = "a02fbf285406a8a4d9399284f032f2d55c56975154c2e1674bd109837b8096ec";
|
||||||
};
|
};
|
||||||
buildInputs = [ ExtUtilsCChecker ModuleBuild ];
|
buildInputs = [ ExtUtilsCChecker ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Modify attributes of symlinks without dereferencing them";
|
description = "Modify attributes of symlinks without dereferencing them";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
|
Loading…
Reference in New Issue