[cpan2nix] perlPackages.Filelchown: cleanup

This commit is contained in:
volth 2018-04-07 07:55:49 +00:00
parent 84f8a2f0ca
commit c979ba0718

View File

@ -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 ];