[cpan2nix] perlPackages.FileFindObject: cleanup
This commit is contained in:
parent
16e47c9fb2
commit
c60d895f7b
|
@ -5507,13 +5507,12 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
FileFindObject = buildPerlPackage rec {
|
||||
name = "File-Find-Object-v0.3.2";
|
||||
FileFindObject = buildPerlModule rec {
|
||||
name = "File-Find-Object-0.3.2";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
||||
url = mirror://cpan/authors/id/S/SH/SHLOMIF/File-Find-Object-v0.3.2.tar.gz;
|
||||
sha256 = "7c467b6b7752bff46b7b8b84c9aabeac45bbfdab1e2224108a2e2170adb9f2b7";
|
||||
};
|
||||
buildInputs = [ ModuleBuild perl ];
|
||||
propagatedBuildInputs = [ ClassXSAccessor ];
|
||||
meta = {
|
||||
description = "An object oriented File::Find replacement";
|
||||
|
|
Loading…
Reference in New Issue