26 stdenv.mkDerivation (finalAttrs: {
30 src = fetchFromGitHub {
33 rev = "release_${lib.replaceStrings ["."] ["_"] finalAttrs.version}";
34 hash = "sha256-vmjKXa/iXLTwtqnG+ZUvOnOQPZROeMpfM5J3Jh/Ynfo=";
38 # Fix compiling on GCC for AArch64
40 url = "https://github.com/TASEmulators/desmume/commit/24eb5ed95c6cbdaba8b3c63a99e95e899e8a5061.patch";
41 hash = "sha256-J3ZRU1tPTl+4/jg0DBo6ro6DTUZkpQCey+QGF2EugCQ=";
70 hardeningDisable = [ "format" ];
73 cd desmume/src/frontend/posix
83 homepage = "https://www.github.com/TASVideos/desmume/";
84 description = "An open-source Nintendo DS emulator";
86 DeSmuME is a freeware emulator for the NDS roms & Nintendo DS Lite games
87 created by YopYop156 and now maintained by the TASvideos team. It supports
88 many homebrew nds rom demoes as well as a handful of Wireless Multiboot
89 demo nds roms. DeSmuME is also able to emulate nearly all of the
90 commercial nds rom titles which other DS Emulators aren't.
92 license = licenses.gpl2Plus;
93 maintainers = [ maintainers.AndersonTorres ];
94 platforms = platforms.unix;