citra: disable on AArch64

Wants SSE2 instructions.
This commit is contained in:
Nikolay Amiantov 2018-03-09 16:28:01 +03:00
parent 4c3c71fdd4
commit 9983c7004b

View File

@ -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 ];
};