3
0
Fork 0
forked from mirrors/nixpkgs

[cpan2nix] perlPackages.ListMoreUtilsXS: cleanup

This commit is contained in:
volth 2018-10-02 01:13:40 +00:00
parent 44599c23a4
commit cc3e2fc391

View file

@ -8462,7 +8462,6 @@ let
preConfigure = ''
export LD=$CC
'';
propagatedBuildInputs = [ XSLoader ];
meta = {
description = "Provide the stuff missing in List::Util in XS";
license = with stdenv.lib.licenses; [ asl20 ];