From 5afe6d962c2c84fa3dc7baf6e5465265d11e9623 Mon Sep 17 00:00:00 2001 From: "Yestin L. Harrison" Date: Fri, 19 Nov 2021 21:22:09 -0800 Subject: [PATCH] plan9port: tighten up `broken` --- pkgs/tools/system/plan9port/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/system/plan9port/default.nix b/pkgs/tools/system/plan9port/default.nix index 6b22dd5fe5ce..88c786e30b6e 100644 --- a/pkgs/tools/system/plan9port/default.nix +++ b/pkgs/tools/system/plan9port/default.nix @@ -101,7 +101,8 @@ stdenv.mkDerivation { kovirobi ]; platforms = platforms.unix; - broken = stdenv.isDarwin; + # TODO: revisit this when the sdk situation on x86_64-darwin changes + broken = stdenv.isDarwin && stdenv.isx86_64; }; } # TODO: investigate the mouse chording support patch