about summary refs log tree commit diff
path: root/pkgs/applications/editors/poke
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2022-07-29 22:44:02 -0400
committerKira Bruneau <kira.bruneau@pm.me>2022-07-29 22:44:38 -0400
commitf42dbbdfe202d764ec85335ee9910e861c49c2d7 (patch)
tree16f2fd9c7a7de4548fd54e22069350f9ba866418 /pkgs/applications/editors/poke
parent11b60e4f80d87794a2a4a8a256391b37c59a1ea7 (diff)
poke: mark aarch64-darwin as broken instead of a bad platform
Diffstat (limited to 'pkgs/applications/editors/poke')
-rw-r--r--pkgs/applications/editors/poke/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/poke/default.nix b/pkgs/applications/editors/poke/default.nix
index df20645a33e1b..fba01f5bdb05c 100644
--- a/pkgs/applications/editors/poke/default.nix
+++ b/pkgs/applications/editors/poke/default.nix
@@ -108,7 +108,7 @@ in stdenv.mkDerivation rec {
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ AndersonTorres kira-bruneau ];
     platforms = platforms.unix;
-    badPlatforms = [ "aarch64-darwin" ]; # Undefined symbols for architecture arm64
+    broken = stdenv.isDarwin && stdenv.isAarch64; # Undefined symbols for architecture arm64
   };
 }