about summary refs log tree commit diff
path: root/pkgs/applications/audio/mmlgui/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/mmlgui/default.nix')
-rw-r--r--pkgs/applications/audio/mmlgui/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/mmlgui/default.nix b/pkgs/applications/audio/mmlgui/default.nix
index 98be95b3bf12..aab0acb25019 100644
--- a/pkgs/applications/audio/mmlgui/default.nix
+++ b/pkgs/applications/audio/mmlgui/default.nix
@@ -95,5 +95,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ OPNA2608 ];
     platforms = platforms.all;
+    mainProgram = "mmlgui";
   };
 }