about summary refs log tree commit diff
path: root/pkgs/applications/audio/munt/mt32emu-smf2wav.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/munt/mt32emu-smf2wav.nix')
-rw-r--r--pkgs/applications/audio/munt/mt32emu-smf2wav.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/munt/mt32emu-smf2wav.nix b/pkgs/applications/audio/munt/mt32emu-smf2wav.nix
index 517d1b200aaba..3ebadcca91bec 100644
--- a/pkgs/applications/audio/munt/mt32emu-smf2wav.nix
+++ b/pkgs/applications/audio/munt/mt32emu-smf2wav.nix
@@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://munt.sourceforge.net/";
     description = "Produces a WAVE file from a Standard MIDI file (SMF)";
+    mainProgram = "mt32emu-smf2wav";
     license = with licenses; [ gpl3Plus ];
     maintainers = with maintainers; [ OPNA2608 ];
     platforms = platforms.all;