forked from mirrors/nixpkgs
Merge pull request #87595 from aanderse/perl-packages/config-properties
perlPackages.ConfigProperties: init at 1.80
This commit is contained in:
commit
9f5e9ef4b7
|
@ -3114,6 +3114,19 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
ConfigProperties = buildPerlPackage {
|
||||
pname = "Config-Properties";
|
||||
version = "1.80";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SA/SALVA/Config-Properties-1.80.tar.gz";
|
||||
sha256 = "5d04395be7e14e970a03ea952fb7629ae304d97c031f90cc1c29bd0a6a62fc40";
|
||||
};
|
||||
meta = {
|
||||
description = "Read and write property files";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
ConfigSimple = buildPerlPackage {
|
||||
pname = "Config-Simple";
|
||||
version = "4.58";
|
||||
|
|
Loading…
Reference in a new issue