parent
4c3c71fdd4
commit
9983c7004b
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://citra-emu.org/;
|
homepage = https://citra-emu.org/;
|
||||||
description = "An open-source emulator for the Nintendo 3DS capable of playing many of your favorite games.";
|
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;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue