about summary refs log tree commit diff
path: root/pkgs/applications/audio/dr14_tmeter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/dr14_tmeter/default.nix')
-rw-r--r--pkgs/applications/audio/dr14_tmeter/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/dr14_tmeter/default.nix b/pkgs/applications/audio/dr14_tmeter/default.nix
index 649c0f39097f..6ae27b93f29e 100644
--- a/pkgs/applications/audio/dr14_tmeter/default.nix
+++ b/pkgs/applications/audio/dr14_tmeter/default.nix
@@ -22,6 +22,7 @@ python3Packages.buildPythonApplication rec {
 
   meta = with lib; {
     description = "Compute the DR14 of a given audio file according to the procedure described by the Pleasurize Music Foundation";
+    mainProgram = "dr14_tmeter";
     license = licenses.gpl3Plus;
     homepage = "http://dr14tmeter.sourceforge.net/";
     maintainers = [ maintainers.adisbladis ];