about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/kde/kdeconnect-kde.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/kde/kdeconnect-kde.nix')
-rw-r--r--nixpkgs/pkgs/applications/kde/kdeconnect-kde.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/kde/kdeconnect-kde.nix b/nixpkgs/pkgs/applications/kde/kdeconnect-kde.nix
index 8c7b2b635c09..30bd0731a871 100644
--- a/nixpkgs/pkgs/applications/kde/kdeconnect-kde.nix
+++ b/nixpkgs/pkgs/applications/kde/kdeconnect-kde.nix
@@ -21,7 +21,9 @@
 , qca-qt5
 , qtgraphicaleffects
 , qtmultimedia
+, qtquickcontrols2
 , qtx11extras
+, breeze-icons
 , sshfs
 }:
 
@@ -46,7 +48,10 @@ mkDerivation {
     qca-qt5
     qtgraphicaleffects
     qtmultimedia
+    qtquickcontrols2
     qtx11extras
+    # otherwise buttons are blank on non-kde
+    breeze-icons
   ];
 
   nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ];