mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
[cpan2nix] perlPackages.FileUtil: cleanup
This commit is contained in:
parent
af5ec73a4b
commit
0c09b54c46
@ -5876,13 +5876,13 @@ 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";
|
||||
sha256 = "88507b19da580d595b5c25fe6ba75bbd6096b4359e389ead067a216f766c20ee";
|
||||
};
|
||||
buildInputs = [ ModuleBuild TestNoWarnings ];
|
||||
buildInputs = [ TestNoWarnings ];
|
||||
meta = {
|
||||
homepage = https://github.com/tommybutler/file-util/wiki;
|
||||
description = "Easy, versatile, portable file handling";
|
||||
|
Loading…
Reference in New Issue
Block a user