about summary refs log tree commit diff
path: root/pkgs/applications/audio/rhvoice
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/rhvoice')
-rw-r--r--pkgs/applications/audio/rhvoice/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/rhvoice/default.nix b/pkgs/applications/audio/rhvoice/default.nix
index af2ce6ae25ba..bf7791ca555a 100644
--- a/pkgs/applications/audio/rhvoice/default.nix
+++ b/pkgs/applications/audio/rhvoice/default.nix
@@ -51,5 +51,6 @@ stdenv.mkDerivation rec {
     license = lib.licenses.gpl3;
     maintainers = with lib.maintainers; [ berce ];
     platforms = with lib.platforms; all;
+    mainProgram = "RHVoice-test";
   };
 }