[cpan2nix] perlPackages.ConfigMerge: cleanup

This commit is contained in:
volth 2018-04-07 07:56:15 +00:00
parent 41767e9582
commit 21e851198e
1 changed files with 1 additions and 1 deletions

View File

@ -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";