Skip to content

Commit

Permalink
citra: disable on AArch64
Browse files Browse the repository at this point in the history
Wants SSE2 instructions.
  • Loading branch information
abbradar committed Mar 9, 2018
1 parent 4c3c71f commit 9983c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/misc/emulators/citra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
Expand Down

0 comments on commit 9983c70

Please sign in to comment.