mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
perlPackages.ParsePlainConfig: init at 3.05 (#40624)
This commit is contained in:
parent
b77277fcdc
commit
11b3435345
|
@ -12060,6 +12060,20 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
ParsePlainConfig = buildPerlPackage rec {
|
||||
name = "Parse-PlainConfig-3.05";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/C/CO/CORLISS/Parse-PlainConfig/${name}.tar.gz";
|
||||
sha256 = "6b78a8552398b0d2d7063505c93b3cfed0432c5b2cf6e00b8e51febf411c1efa";
|
||||
};
|
||||
propagatedBuildInputs = [ ClassEHierarchy Paranoid ];
|
||||
meta = {
|
||||
description = "Parser/Generator of human-readable conf files";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.limeytexan ];
|
||||
};
|
||||
};
|
||||
|
||||
ParsePMFile = buildPerlPackage rec {
|
||||
name = "Parse-PMFile-0.41";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue