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

authored by John Ericson and committed by GitHub 0237f184 39fa23b4

+4
+4
pkgs/by-name/so/socat/package.nix
··· 25 25 --replace /sbin/ifconfig ifconfig 26 26 ''; 27 27 28 + configureFlags = lib.optionals (!stdenv.hostPlatform.isLinux) [ 29 + "--disable-posixmq" 30 + ]; 31 + 28 32 buildInputs = [ 29 33 openssl 30 34 readline