[cpan2nix] perlPackages.FileUtil: cleanup

This commit is contained in:
volth 2018-06-02 20:36:03 +00:00
parent 352ffbd3f8
commit 95fab30409

View File

@ -6307,7 +6307,7 @@ let self = _self // overrides; _self = with self; {
};
};
FileUtil = buildPerlPackage rec {
FileUtil = buildPerlModule rec {
name = "File-Util-4.161950";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TO/TOMMY/${name}.tar.gz";