about summary refs log tree commit diff
path: root/pkgs/applications/audio/paulstretch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/paulstretch/default.nix')
-rw-r--r--pkgs/applications/audio/paulstretch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/paulstretch/default.nix b/pkgs/applications/audio/paulstretch/default.nix
index d85b543baed4..c539521f1167 100644
--- a/pkgs/applications/audio/paulstretch/default.nix
+++ b/pkgs/applications/audio/paulstretch/default.nix
@@ -56,5 +56,6 @@ stdenv.mkDerivation {
     homepage = "https://hypermammut.sourceforge.net/paulstretch/";
     platforms = platforms.linux;
     license = licenses.gpl2;
+    mainProgram = "paulstretch";
   };
 }