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

Merge pull request #28375 from obsidiansystems/perl-ld-cc

perl-ExtUtils-LibBuilder: Use the C compiler to link
This commit is contained in:
John Wiegley 2017-08-18 13:32:47 -07:00 committed by GitHub
commit d8b02ef359

View file

@ -5119,6 +5119,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/A/AM/AMBS/${name}.tar.gz";
sha256 = "1lmmfcjxvsvhn4f3v2lyylgr8dzcf5j7mnd1pkq3jc75dph724f5";
};
perlPreHook = "export LD=$CC";
meta = {
description = "A tool to build C libraries";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];