citra: disable on AArch64

Wants SSE2 instructions.
wip/yesman
Nikolay Amiantov 6 years ago
parent 4c3c71fdd4
commit 9983c7004b
  1. 2
      pkgs/misc/emulators/citra/default.nix

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://citra-emu.org/;
description = "An open-source emulator for the Nintendo 3DS capable of playing many of your favorite games.";
platforms = platforms.linux;
platforms = [ "x86_64-linux" "i686-linux" ];
license = licenses.gpl2;
maintainers = with maintainers; [ abbradar ];
};

Loading…
Cancel
Save