lol

citra: disable on AArch64

Wants SSE2 instructions.

+1 -1
+1 -1
pkgs/misc/emulators/citra/default.nix
··· 26 26 meta = with stdenv.lib; { 27 27 homepage = https://citra-emu.org/; 28 28 description = "An open-source emulator for the Nintendo 3DS capable of playing many of your favorite games."; 29 - platforms = platforms.linux; 29 + platforms = [ "x86_64-linux" "i686-linux" ]; 30 30 license = licenses.gpl2; 31 31 maintainers = with maintainers; [ abbradar ]; 32 32 };