mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
perlPackages.FileFnMatch: init at 0.02
This commit is contained in:
parent
a9e1ae3d29
commit
1b01d49340
@ -5551,6 +5551,20 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
FileFnMatch = buildPerlPackage rec {
|
||||
name = "File-FnMatch-0.02";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/M/MJ/MJP/File-FnMatch-0.02.tar.gz";
|
||||
sha256 = "05p9m7kpmjv8bmmbs5chb5fqyshcgmskbbzq5c9qpskbx2w5894n";
|
||||
};
|
||||
buildInputs = [ ];
|
||||
meta = {
|
||||
maintainers = [ maintainers.limeytexan ];
|
||||
description = "simple filename and pathname matching";
|
||||
license = stdenv.lib.licenses.free; # Same as Perl
|
||||
};
|
||||
};
|
||||
|
||||
FileHandleUnget = buildPerlPackage rec {
|
||||
name = "FileHandle-Unget-0.1628";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user