Merge pull request #113331 from xworld21/shorten-shebang-NYTProf
perlPackages.DevelNYTProf: use shortenPerlShebang on darwin
This commit is contained in:
commit
1fa2eb67c0
|
@ -6144,6 +6144,10 @@ let
|
||||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
buildInputs = [ TestDifferences ];
|
buildInputs = [ TestDifferences ];
|
||||||
|
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;
|
||||||
|
postInstall = lib.optionalString stdenv.isDarwin ''
|
||||||
|
shortenPerlShebang $out/bin/*
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
DevelOverloadInfo = buildPerlPackage {
|
DevelOverloadInfo = buildPerlPackage {
|
||||||
|
|
Loading…
Reference in New Issue