about summary refs log tree commit diff
path: root/pkgs/applications/audio/qsynth/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/qsynth/default.nix')
-rw-r--r--pkgs/applications/audio/qsynth/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/qsynth/default.nix b/pkgs/applications/audio/qsynth/default.nix
index a24625ca7de81..965c3e723e807 100644
--- a/pkgs/applications/audio/qsynth/default.nix
+++ b/pkgs/applications/audio/qsynth/default.nix
@@ -23,6 +23,7 @@ mkDerivation  rec {
 
   meta = with lib; {
     description = "Fluidsynth GUI";
+    mainProgram = "qsynth";
     homepage = "https://sourceforge.net/projects/qsynth";
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ goibhniu ];