perlPackages.Starman: enable IPv6

This commit is contained in:
Frank Doepper
2023-09-16 23:36:29 +02:00
parent 32658f902e
commit 7427bf8438
+1 -1
View File
@@ -22126,7 +22126,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
'';