about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-11-14 10:02:23 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-11-14 12:52:22 -0300
commit0c48d381677004bd7c1a6534461ce7fe7f8844cc (patch)
treed31b91aea63b656ecf1e1fc98ab67a7107bf85c5 /pkgs/applications/emulators
parent43421bb7ea9c9c08c4a329fbb5dd0b00ce15b025 (diff)
downloadnixlib-0c48d381677004bd7c1a6534461ce7fe7f8844cc.tar
nixlib-0c48d381677004bd7c1a6534461ce7fe7f8844cc.tar.gz
nixlib-0c48d381677004bd7c1a6534461ce7fe7f8844cc.tar.bz2
nixlib-0c48d381677004bd7c1a6534461ce7fe7f8844cc.tar.lz
nixlib-0c48d381677004bd7c1a6534461ce7fe7f8844cc.tar.xz
nixlib-0c48d381677004bd7c1a6534461ce7fe7f8844cc.tar.zst
nixlib-0c48d381677004bd7c1a6534461ce7fe7f8844cc.zip
desmume: mark as broken on linux-aarch64
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/desmume/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/emulators/desmume/default.nix b/pkgs/applications/emulators/desmume/default.nix
index 23fea4960190..5472069f4168 100644
--- a/pkgs/applications/emulators/desmume/default.nix
+++ b/pkgs/applications/emulators/desmume/default.nix
@@ -81,6 +81,7 @@ stdenv.mkDerivation (finalAttrs: {
     license = licenses.gpl2Plus;
     maintainers = [ maintainers.AndersonTorres ];
     platforms = platforms.unix;
+    broken = stdenv.isAarch64 && stdenv.isLinux; # ofborg failed
   };
 })
 # TODO: investigate the patches