summary refs log tree commit diff
path: root/pkgs/applications/audio/bespokesynth/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/bespokesynth/default.nix')
-rw-r--r--pkgs/applications/audio/bespokesynth/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/bespokesynth/default.nix b/pkgs/applications/audio/bespokesynth/default.nix
index a5ef585969e..6c48c756ab2 100644
--- a/pkgs/applications/audio/bespokesynth/default.nix
+++ b/pkgs/applications/audio/bespokesynth/default.nix
@@ -142,6 +142,7 @@ stdenv.mkDerivation rec {
       gpl3Plus
     ] ++ lib.optional enableVST2 unfree;
     maintainers = with maintainers; [ astro tobiasBora OPNA2608 ];
+    mainProgram = "BespokeSynth";
     platforms = platforms.all;
   };
 }