about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/rs/rsgain/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/by-name/rs/rsgain/package.nix')
-rw-r--r--nixpkgs/pkgs/by-name/rs/rsgain/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/by-name/rs/rsgain/package.nix b/nixpkgs/pkgs/by-name/rs/rsgain/package.nix
index adb2be57332c..b759b50892d5 100644
--- a/nixpkgs/pkgs/by-name/rs/rsgain/package.nix
+++ b/nixpkgs/pkgs/by-name/rs/rsgain/package.nix
@@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
 
     meta = with lib; {
       description = "A simple, but powerful ReplayGain 2.0 tagging utility";
+      mainProgram = "rsgain";
       homepage = "https://github.com/complexlogic/rsgain";
       changelog = "https://github.com/complexlogic/rsgain/blob/v${version}/CHANGELOG";
       license = licenses.bsd2;