socat: disable linux-only feature on non-linux (#384011)

This commit is contained in:
John Ericson
2025-02-21 17:46:17 -05:00
committed by GitHub
+4
View File
@@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
--replace /sbin/ifconfig ifconfig
'';
configureFlags = lib.optionals (!stdenv.hostPlatform.isLinux) [
"--disable-posixmq"
];
buildInputs = [
openssl
readline