about summary refs log tree commit diff
path: root/pkgs/applications/audio/tenacity/default.nix
diff options
context:
space:
mode:
authorethnh <ethanhindmarsh04@gmail.com>2024-03-28 00:34:55 -0500
committerGitHub <noreply@github.com>2024-03-28 00:34:55 -0500
commit76f721221094831c98c16fb1b23db02cdd7b6ef2 (patch)
treef761fbbd64acf4c54d51b14d40ccb1cec8fd9a6b /pkgs/applications/audio/tenacity/default.nix
parent86cc8539732f9f8a98ad6f6e8d2f7e225c72b283 (diff)
parente0188a425eb0b221701e56a5e7b028713ffc7b62 (diff)
Merge branch 'NixOS:master' into master
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 6c4dd61c66745..c2879d4123249 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 ];