1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

[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 ];