about summary refs log tree commit diff
path: root/pkgs/applications/audio/redoflacs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/redoflacs/default.nix')
-rw-r--r--pkgs/applications/audio/redoflacs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/redoflacs/default.nix b/pkgs/applications/audio/redoflacs/default.nix
index 999dc90a6e4e..75425375f6af 100644
--- a/pkgs/applications/audio/redoflacs/default.nix
+++ b/pkgs/applications/audio/redoflacs/default.nix
@@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Parallel BASH commandline FLAC compressor, verifier, organizer, analyzer, and retagger";
+    mainProgram = "redoflacs";
     homepage = src.meta.homepage;
     license = licenses.gpl2;
     maintainers = with maintainers; [ peterhoeg ];