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 b0cad0753f1ac..30bd0731a8714 100644
--- a/pkgs/applications/kde/kdeconnect-kde.nix
+++ b/pkgs/applications/kde/kdeconnect-kde.nix
@@ -23,6 +23,7 @@
 , qtmultimedia
 , qtquickcontrols2
 , qtx11extras
+, breeze-icons
 , sshfs
 }:
 
@@ -49,6 +50,8 @@ mkDerivation {
     qtmultimedia
     qtquickcontrols2
     qtx11extras
+    # otherwise buttons are blank on non-kde
+    breeze-icons
   ];
 
   nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ];