about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/maui/mauiman.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/maui/mauiman.nix')
-rw-r--r--nixpkgs/pkgs/applications/maui/mauiman.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/maui/mauiman.nix b/nixpkgs/pkgs/applications/maui/mauiman.nix
index 626d045b115c..7566c7d6ed7d 100644
--- a/nixpkgs/pkgs/applications/maui/mauiman.nix
+++ b/nixpkgs/pkgs/applications/maui/mauiman.nix
@@ -20,6 +20,7 @@ mkDerivation {
   meta = with lib; {
     homepage = "https://invent.kde.org/maui/mauiman";
     description = "Maui Manager Library. Server and public library API";
+    mainProgram = "MauiManServer3";
     maintainers = with maintainers; [ dotlambda ];
   };
 }