[cpan2nix] perlPackages.ClassLoadXS: cleanup

This commit is contained in:
volth 2018-04-07 07:56:45 +00:00
parent 9a6142fc2f
commit 34ce19da77
1 changed files with 1 additions and 1 deletions

View File

@ -2163,7 +2163,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
sha256 = "5bc22cf536ebfd2564c5bdaf42f0d8a4cee3d1930fc8b44b7d4a42038622add1";
};
buildInputs = [ ModuleImplementation TestFatal TestNeeds ];
buildInputs = [ TestFatal TestNeeds ];
propagatedBuildInputs = [ ClassLoad ];
meta = {
homepage = https://github.com/moose/Class-Load-XS;