[cpan2nix] perlPackages.ClassLoadXS: cleanup
This commit is contained in:
parent
9a6142fc2f
commit
34ce19da77
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue