[cpan2nix] perlPackages.FileFindObjectRule: cleanup
This commit is contained in:
parent
251828648f
commit
d9b69beebd
1 changed files with 1 additions and 2 deletions
|
@ -5569,8 +5569,7 @@ let self = _self // overrides; _self = with self; {
|
|||
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
||||
sha256 = "2ce55766b25fb8799d37b95bca61e8a71d8a437e28541e1cd06b7eb89f7739d1";
|
||||
};
|
||||
buildInputs = [ ModuleBuild ];
|
||||
propagatedBuildInputs = [ ClassXSAccessor FileFindObject NumberCompare TextGlob ];
|
||||
propagatedBuildInputs = [ FileFindObject NumberCompare TextGlob ];
|
||||
meta = {
|
||||
homepage = http://www.shlomifish.org/open-source/projects/File-Find-Object/;
|
||||
description = "Alternative interface to File::Find::Object";
|
||||
|
|
Loading…
Reference in a new issue