Skip to content

Commit 0237f18

Browse files
authored
socat: disable linux-only feature on non-linux (#384011)
2 parents 39fa23b + cfbf649 commit 0237f18

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)