about summary refs log tree commit diff
path: root/pkgs/applications/audio/tenacity/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/tenacity/default.nix')
-rw-r--r--pkgs/applications/audio/tenacity/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/tenacity/default.nix b/pkgs/applications/audio/tenacity/default.nix
index 6c4dd61c6674..c2879d412324 100644
--- a/pkgs/applications/audio/tenacity/default.nix
+++ b/pkgs/applications/audio/tenacity/default.nix
@@ -150,6 +150,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Sound editor with graphical UI";
+    mainProgram = "tenacity";
     homepage = "https://tenacityaudio.org/";
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ irenes lheckemann ];