3
0
Fork 0
forked from mirrors/nixpkgs

[cpan2nix] perlPackages.ClassLoad: cleanup

This commit is contained in:
volth 2018-04-07 07:56:42 +00:00
parent 8dd5d3d89b
commit 67e21a39e3

View file

@ -2149,7 +2149,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "0bb983da46c146534fc77a556d6e40d925142f2eb43103534025ee545265ca36";
};
buildInputs = [ TestFatal TestNeeds ];
propagatedBuildInputs = [ DataOptList ModuleImplementation ModuleRuntime PackageStash TryTiny ];
propagatedBuildInputs = [ DataOptList PackageStash ];
meta = {
homepage = https://github.com/moose/Class-Load;
description = "A working (require \"Class::Name\") and more";