Merge pull request #257722 from woffs/starman6

perlPackages.Starman: enable IPv6
This commit is contained in:
Maximilian Bosch 2023-09-29 14:08:13 +02:00 committed by GitHub
commit f67f0d4cff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
'';