[cpan2nix] perlPackages.FileFindObjectRule: cleanup

This commit is contained in:
volth 2018-04-07 07:55:28 +00:00
parent 251828648f
commit d9b69beebd

View file

@ -5569,8 +5569,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz"; url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "2ce55766b25fb8799d37b95bca61e8a71d8a437e28541e1cd06b7eb89f7739d1"; sha256 = "2ce55766b25fb8799d37b95bca61e8a71d8a437e28541e1cd06b7eb89f7739d1";
}; };
buildInputs = [ ModuleBuild ]; propagatedBuildInputs = [ FileFindObject NumberCompare TextGlob ];
propagatedBuildInputs = [ ClassXSAccessor FileFindObject NumberCompare TextGlob ];
meta = { meta = {
homepage = http://www.shlomifish.org/open-source/projects/File-Find-Object/; homepage = http://www.shlomifish.org/open-source/projects/File-Find-Object/;
description = "Alternative interface to File::Find::Object"; description = "Alternative interface to File::Find::Object";