summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorYestin L. Harrison <yestin@ylh.io>2021-11-19 21:22:09 -0800
committerGitHub <noreply@github.com>2021-11-19 21:22:09 -0800
commit5afe6d962c2c84fa3dc7baf6e5465265d11e9623 (patch)
tree31f09d3bfdc6d35e656e4a65fb0d24702eff734d /pkgs/tools/system
parentfa9d6c3d9328e84787451c05170cf816295aa630 (diff)
plan9port: tighten up `broken`
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/plan9port/default.nix3
1 files changed, 2 insertions, 1 deletions
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