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
1 changed files with 1 additions and 0 deletions
|
@ -16642,6 +16642,7 @@ let
|
|||
url = "mirror://cpan/authors/id/L/LE/LEONT/PerlIO-Layers-0.012.tar.gz";
|
||||
sha256 = "1psaq3kwlk7g9rxvgsacfjk2mh6cscqf4xl7ggfkzfrnz91aabal";
|
||||
};
|
||||
perlPreHook = "export LD=$CC";
|
||||
meta = {
|
||||
description = "Querying your filehandle's capabilities";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
|
Loading…
Reference in a new issue