summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2021-11-20 16:27:28 -0300
committerGitHub <noreply@github.com>2021-11-20 16:27:28 -0300
commita817a1dac7e467225b6439a33c2511575fd40c95 (patch)
tree3a7a2134a33f7ed0b59cc99b2bb6793a7071502a /pkgs/tools
parent96ab4535d0f8459d1b60be903ee401d3874c471d (diff)
parent5afe6d962c2c84fa3dc7baf6e5465265d11e9623 (diff)
Merge pull request #146729 from ylh/patch-2
plan9port: tighten up `broken`
Diffstat (limited to 'pkgs/tools')
-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