mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
Merge pull request #257722 from woffs/starman6
perlPackages.Starman: enable IPv6
This commit is contained in:
commit
f67f0d4cff
@ -22127,7 +22127,7 @@ with self; {
|
||||
};
|
||||
buildInputs = [ LWP ModuleBuildTiny TestRequires TestTCP ];
|
||||
nativeBuildInputs = lib.optional stdenv.isDarwin shortenPerlShebang;
|
||||
propagatedBuildInputs = [ DataDump HTTPParserXS NetServer Plack NetServerSSPrefork ];
|
||||
propagatedBuildInputs = [ DataDump HTTPParserXS NetServer Plack NetServerSSPrefork IOSocketINET6 ];
|
||||
postInstall = lib.optionalString stdenv.isDarwin ''
|
||||
shortenPerlShebang $out/bin/starman
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user