about summary refs log tree commit diff
path: root/pkgs/applications/audio/lyrebird/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/lyrebird/default.nix')
-rw-r--r--pkgs/applications/audio/lyrebird/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/lyrebird/default.nix b/pkgs/applications/audio/lyrebird/default.nix
index 4f1d8ca36e84..5eb2d745cdc3 100644
--- a/pkgs/applications/audio/lyrebird/default.nix
+++ b/pkgs/applications/audio/lyrebird/default.nix
@@ -55,6 +55,7 @@ python3Packages.buildPythonApplication rec {
 
   meta = with lib; {
     description = "Simple and powerful voice changer for Linux, written in GTK 3";
+    mainProgram = "lyrebird";
     homepage = "https://github.com/chxrlt/lyrebird";
     license = licenses.mit;
     maintainers = with maintainers; [ OPNA2608 ];