about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-08-09 00:23:12 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-08-09 00:23:50 -0300
commit534146ea00ce7ea63a357c59b0dfffb5814f9507 (patch)
tree6060e9eacfbc09045383d46f21b53d17e09c1d5b /pkgs/applications/emulators
parent8b4479cf28ff6dfd2ba1518691d06b278ec3c4f7 (diff)
x16-emulator: mark as broken on aarch64-darwin
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/commanderx16/emulator.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/emulators/commanderx16/emulator.nix b/pkgs/applications/emulators/commanderx16/emulator.nix
index b36c2a794a8ad..3acf4a07603aa 100644
--- a/pkgs/applications/emulators/commanderx16/emulator.nix
+++ b/pkgs/applications/emulators/commanderx16/emulator.nix
@@ -35,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
     maintainers = with maintainers; [ AndersonTorres ];
     mainProgram = "x16emu";
     inherit (SDL2.meta) platforms;
+    broken = with stdenv; isDarwin && isAarch64;
   };
 
   passthru = {