Merge pull request #115160 from zakame/fixes/perl-PerlIOLayers-ld-override
perlPackages.PerlIOLayers: add perlPreHook for $LD override
This commit is contained in:
commit
24a937023c
@ -16642,6 +16642,7 @@ let
|
|||||||
url = "mirror://cpan/authors/id/L/LE/LEONT/PerlIO-Layers-0.012.tar.gz";
|
url = "mirror://cpan/authors/id/L/LE/LEONT/PerlIO-Layers-0.012.tar.gz";
|
||||||
sha256 = "1psaq3kwlk7g9rxvgsacfjk2mh6cscqf4xl7ggfkzfrnz91aabal";
|
sha256 = "1psaq3kwlk7g9rxvgsacfjk2mh6cscqf4xl7ggfkzfrnz91aabal";
|
||||||
};
|
};
|
||||||
|
perlPreHook = "export LD=$CC";
|
||||||
meta = {
|
meta = {
|
||||||
description = "Querying your filehandle's capabilities";
|
description = "Querying your filehandle's capabilities";
|
||||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
Reference in New Issue
Block a user