mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
perlPackages.FileMap: add perlPreHook for $LD override
Fix a potential issue on where a compiler-only flag like -mmacosx-version-min=10.12 is passed to plain ld instead.
This commit is contained in:
parent
12074e7e86
commit
a05d0d6378
@ -8016,6 +8016,7 @@ let
|
||||
url = "mirror://cpan/authors/id/L/LE/LEONT/File-Map-0.67.tar.gz";
|
||||
sha256 = "1hpv4aprgypjxjx1kzbjnf6r29a98rw7mndlinixzk62vyz5sy0j";
|
||||
};
|
||||
perlPreHook = "export LD=$CC";
|
||||
propagatedBuildInputs = [ PerlIOLayers SubExporterProgressive ];
|
||||
buildInputs = [ TestFatal TestWarnings ];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user