[cpan2nix] perlPackages.ConfigVersioned: cleanup

This commit is contained in:
volth 2018-04-07 07:58:23 +00:00
parent 2d27c1d349
commit ef8eb79a5e

View file

@ -2554,8 +2554,7 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/M/MR/MRSCOTTY/Config-Versioned-1.01.tar.gz;
sha256 = "bc9a4ae3738bd89f86a07bca673627ca3c92ba969737cd6dbc7ab7ad17cd2348";
};
buildInputs = [ DateTime PathClass ];
propagatedBuildInputs = [ ConfigStd GitPurePerl Moose ];
propagatedBuildInputs = [ ConfigStd GitPurePerl ];
doCheck = false;
meta = {
description = "Simple, versioned access to configuration data";