Skip to content

Commit cfbf649

Browse files
committed
socat: disable linux-only feature on non-linux
1 parent a52a8d7 commit cfbf649

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/by-name/so/socat/package.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
2525
--replace /sbin/ifconfig ifconfig
2626
'';
2727

28+
configureFlags = lib.optionals (!stdenv.hostPlatform.isLinux) [
29+
"--disable-posixmq"
30+
];
31+
2832
buildInputs = [
2933
openssl
3034
readline

0 commit comments

Comments
 (0)