···2626 meta = with stdenv.lib; {
2727 homepage = https://citra-emu.org/;
2828 description = "An open-source emulator for the Nintendo 3DS capable of playing many of your favorite games.";
2929- platforms = platforms.linux;
2929+ platforms = [ "x86_64-linux" "i686-linux" ];
3030 license = licenses.gpl2;
3131 maintainers = with maintainers; [ abbradar ];
3232 };