[cpan2nix] perlPackages.ConfigMerge: cleanup
This commit is contained in:
parent
41767e9582
commit
21e851198e
|
@ -2422,7 +2422,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = mirror://cpan/authors/id/D/DR/DRTECH/Config-Merge-1.04.tar.gz;
|
url = mirror://cpan/authors/id/D/DR/DRTECH/Config-Merge-1.04.tar.gz;
|
||||||
sha256 = "a932477b43ae5fb04a16f071a891da7bd2086c10c680592f2888fa9d9972cccf";
|
sha256 = "a932477b43ae5fb04a16f071a891da7bd2086c10c680592f2888fa9d9972cccf";
|
||||||
};
|
};
|
||||||
buildInputs = [ ConfigAny YAML ];
|
buildInputs = [ YAML ];
|
||||||
propagatedBuildInputs = [ ConfigAny ];
|
propagatedBuildInputs = [ ConfigAny ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Load a configuration directory tree containing YAML, JSON, XML, Perl, INI or Config::General files";
|
description = "Load a configuration directory tree containing YAML, JSON, XML, Perl, INI or Config::General files";
|
||||||
|
|
Loading…
Reference in New Issue