about summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorWeathercold <weathercold.scr@gmail.com>2023-06-10 19:29:49 -0400
committerWeathercold <weathercold.scr@gmail.com>2023-06-10 19:29:49 -0400
commitbfa774756cf466859f9f75b2ca176de93057df56 (patch)
treeb3d80e9adacab2ce5b1fe2f69c406bd0dbb760ad /pkgs/applications/kde
parent52b1193e3814dacc52d120c79750d44e8238f11a (diff)
kdeconnect-kde: set mainProgram to kdeconnect-app
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/kdeconnect-kde.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/kdeconnect-kde.nix b/pkgs/applications/kde/kdeconnect-kde.nix
index e07d46da96863..eec6615967f27 100644
--- a/pkgs/applications/kde/kdeconnect-kde.nix
+++ b/pkgs/applications/kde/kdeconnect-kde.nix
@@ -78,5 +78,6 @@ mkDerivation {
     homepage = "https://community.kde.org/KDEConnect";
     license = with licenses; [ gpl2 ];
     maintainers = with maintainers; [ fridh ];
+    mainProgram = "kdeconnect-app";
   };
 }