socat2pre: enable ip6 on darwin

Changed files
-2
pkgs
tools
networking
socat
-2
pkgs/tools/networking/socat/2.x.nix
···
buildInputs = [ openssl ];
-
configureFlags = stdenv.lib.optionalString stdenv.isDarwin "--disable-ip6";
-
patches = stdenv.lib.singleton ./libressl-fixes.patch ;
meta = with stdenv.lib; {
···
buildInputs = [ openssl ];
patches = stdenv.lib.singleton ./libressl-fixes.patch ;
meta = with stdenv.lib; {