mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #83858 from ak3n/fix_starman_darwin
perlPackages.starman: add shortenPerlShebang on darwin
This commit is contained in:
commit
b3ba16771d
1 changed files with 5 additions and 0 deletions
|
@ -16722,7 +16722,12 @@ let
|
|||
sha256 = "1y1kn4929k299fbf6sw9lxcsdlq9fvq777p6yrzk591rr9xhkx8h";
|
||||
};
|
||||
buildInputs = [ LWP ModuleBuildTiny TestRequires TestTCP ];
|
||||
nativeBuildInputs = stdenv.lib.optional stdenv.isDarwin shortenPerlShebang;
|
||||
propagatedBuildInputs = [ DataDump HTTPParserXS NetServer Plack ];
|
||||
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
shortenPerlShebang $out/bin/starman
|
||||
'';
|
||||
|
||||
doCheck = false; # binds to various TCP ports
|
||||
meta = {
|
||||
homepage = https://github.com/miyagawa/Starman;
|
||||
|
|
Loading…
Reference in a new issue