about summary refs log tree commit diff
path: root/pkgs/applications/audio/synthv1/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/synthv1/default.nix')
-rw-r--r--pkgs/applications/audio/synthv1/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/synthv1/default.nix b/pkgs/applications/audio/synthv1/default.nix
index b0e9e9bde9d0..770c5d924a1d 100644
--- a/pkgs/applications/audio/synthv1/default.nix
+++ b/pkgs/applications/audio/synthv1/default.nix
@@ -15,6 +15,7 @@ mkDerivation rec {
 
   meta = with lib; {
     description = "An old-school 4-oscillator subtractive polyphonic synthesizer with stereo fx";
+    mainProgram = "synthv1_jack";
     homepage = "https://synthv1.sourceforge.io/";
     license = licenses.gpl2Plus;
     platforms = platforms.linux;