[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 ];
|
||||
};
|
||||
|
||||
Filelchown = buildPerlPackage rec {
|
||||
Filelchown = buildPerlModule rec {
|
||||
name = "File-lchown-0.02";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PE/PEVANS/${name}.tar.gz";
|
||||
sha256 = "a02fbf285406a8a4d9399284f032f2d55c56975154c2e1674bd109837b8096ec";
|
||||
};
|
||||
buildInputs = [ ExtUtilsCChecker ModuleBuild ];
|
||||
buildInputs = [ ExtUtilsCChecker ];
|
||||
meta = {
|
||||
description = "Modify attributes of symlinks without dereferencing them";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
Loading…
Reference in New Issue
Block a user