remove extraneous platform from dolphinEmuMaster
This commit is contained in:
parent
b50a73cab3
commit
5a92c9f0a1
@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://dolphin-emu.org/;
|
homepage = http://dolphin-emu.org/;
|
||||||
description = "Gamecube/Wii/Triforce emulator for x86_64 and ARM";
|
description = "Gamecube/Wii/Triforce emulator for x86_64 and ARM";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
|
||||||
maintainers = with stdenv.lib.maintainers; [ MP2E ];
|
maintainers = with stdenv.lib.maintainers; [ MP2E ];
|
||||||
# x86_32 is an unsupported platform.
|
# x86_32 is an unsupported platform.
|
||||||
# Enable generic build if you really want a JIT-less binary.
|
# Enable generic build if you really want a JIT-less binary.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user