8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
15 rev = "${pname}_${lib.replaceStrings [ "." ] [ "_" ] version}";
16 sha256 = "sha256-zY1AFcm8uvFkrKUZHsqtKY2CYTY4bWmkTJ7bZPqXoxk=";
31 "-Dmunt_WITH_MT32EMU_SMF2WAV=OFF"
32 "-Dmunt_WITH_MT32EMU_QT=OFF"
36 substituteInPlace "$dev"/lib/pkgconfig/mt32emu.pc \
37 --replace '=''${exec_prefix}//' '=/' \
38 --replace "$dev/$dev/" "$dev/"
42 homepage = "https://munt.sourceforge.net/";
43 description = "Library to emulate Roland MT-32, CM-32L, CM-64 and LAPC-I devices";
44 license = with licenses; [ lgpl21Plus ];
45 maintainers = with maintainers; [ OPNA2608 ];
46 platforms = platforms.unix; # Not tested on ReactOS yet :)