17 stdenv.mkDerivation rec {
21 src = fetchFromGitHub {
25 sha256 = "sha256-n4Vkxb/7fr214PgB6VFNgH1tMDgTBS/UHUQ6V4uGkDA=";
44 qtWrapperArgs = [ "--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libpcap ]}" ];
47 homepage = "https://melonds.kuribo64.net/";
48 description = "Work in progress Nintendo DS emulator";
49 license = licenses.gpl3Plus;
50 maintainers = with maintainers; [ artemist benley shamilton xfix ];
51 platforms = platforms.linux;
52 mainProgram = "melonDS";