mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
perlPackages.ListMoreUtilsXS: Fix build on Darwin
This commit is contained in:
parent
ca52152a91
commit
d97d463d19
@ -8592,6 +8592,9 @@ let self = _self // overrides; _self = with self; {
|
||||
url = mirror://cpan/authors/id/R/RE/REHSACK/List-MoreUtils-XS-0.428.tar.gz;
|
||||
sha256 = "0bfndmnkqaaf3gffprak143bzplxd69c368jxgr7rzlx88hyd7wx";
|
||||
};
|
||||
preConfigure = ''
|
||||
export LD=$CC
|
||||
'';
|
||||
propagatedBuildInputs = [ XSLoader ];
|
||||
meta = {
|
||||
description = "Provide the stuff missing in List::Util in XS";
|
||||
|
Loading…
Reference in New Issue
Block a user