about summary refs log tree commit diff
path: root/pkgs/applications/audio/streamripper
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/streamripper')
-rw-r--r--pkgs/applications/audio/streamripper/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/streamripper/default.nix b/pkgs/applications/audio/streamripper/default.nix
index 70ff4dd8605a..6874d2f42059 100644
--- a/pkgs/applications/audio/streamripper/default.nix
+++ b/pkgs/applications/audio/streamripper/default.nix
@@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
     homepage = "https://streamripper.sourceforge.net/";
     description = "Application that lets you record streaming mp3 to your hard drive";
     license = licenses.gpl2;
+    mainProgram = "streamripper";
   };
 }