about summary refs log tree commit diff
path: root/pkgs/applications/audio/ams/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/ams/default.nix')
-rw-r--r--pkgs/applications/audio/ams/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/ams/default.nix b/pkgs/applications/audio/ams/default.nix
index c51dced37724..9086bfc33387 100644
--- a/pkgs/applications/audio/ams/default.nix
+++ b/pkgs/applications/audio/ams/default.nix
@@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Realtime modular synthesizer for ALSA";
+    mainProgram = "ams";
     homepage = "https://alsamodular.sourceforge.net";
     license = licenses.gpl2;
     platforms = platforms.linux;