perlPackages.FindFileObjectRule: init at 0.306
This commit is contained in:
parent
e44a7cdfd4
commit
3bbc824a72
@ -5135,6 +5135,21 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
FileFindObjectRule = buildPerlModule rec {
|
||||
name = "File-Find-Object-Rule-0.0306";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
||||
sha256 = "2ce55766b25fb8799d37b95bca61e8a71d8a437e28541e1cd06b7eb89f7739d1";
|
||||
};
|
||||
buildInputs = [ ModuleBuild ];
|
||||
propagatedBuildInputs = [ ClassXSAccessor FileFindObject NumberCompare TextGlob ];
|
||||
meta = {
|
||||
homepage = http://www.shlomifish.org/open-source/projects/File-Find-Object/;
|
||||
description = "Alternative interface to File::Find::Object";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
FileFindRule = buildPerlPackage rec {
|
||||
name = "File-Find-Rule-0.33";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user