socat2pre: enable ip6 on darwin
Robin Gloster 9 years ago 459d46dc 21282246
··· 10 10 11 11 buildInputs = [ openssl ]; 12 12 13 13 - configureFlags = stdenv.lib.optionalString stdenv.isDarwin "--disable-ip6"; 14 14 - 15 13 patches = stdenv.lib.singleton ./libressl-fixes.patch ; 16 14 17 15 meta = with stdenv.lib; {