about summary refs log tree commit diff
path: root/pkgs/applications/kde/kdeconnect-kde.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kdeconnect-kde.nix')
-rw-r--r--pkgs/applications/kde/kdeconnect-kde.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/kde/kdeconnect-kde.nix b/pkgs/applications/kde/kdeconnect-kde.nix
index f67a338b3495d..eec6615967f27 100644
--- a/pkgs/applications/kde/kdeconnect-kde.nix
+++ b/pkgs/applications/kde/kdeconnect-kde.nix
@@ -8,6 +8,7 @@
 , kiconthemes
 , kio
 , kirigami2
+, kirigami-addons
 , knotifications
 , kpeople
 , kpeoplevcard
@@ -43,6 +44,7 @@ mkDerivation {
     kiconthemes
     kio
     kirigami2
+    kirigami-addons
     knotifications
     kpeople
     kpeoplevcard
@@ -76,5 +78,6 @@ mkDerivation {
     homepage = "https://community.kde.org/KDEConnect";
     license = with licenses; [ gpl2 ];
     maintainers = with maintainers; [ fridh ];
+    mainProgram = "kdeconnect-app";
   };
 }