about summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2021-05-13 12:00:00 +0000
committerGuillaume Girol <symphorien+git@xlumurb.eu>2021-05-13 12:00:00 +0000
commit223d3c0cf58cbf81879792cc60c7e70b36a6504f (patch)
tree8babdfeb81231d73050075a544653aae2d836b95 /pkgs/applications/kde
parentd3f7e969b9860fb80750147aeb56dab1c730e756 (diff)
kdeconnect: fix empty buttons
Diffstat (limited to 'pkgs/applications/kde')
-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 8c7b2b635c097..c2b465303b561 100644
--- a/pkgs/applications/kde/kdeconnect-kde.nix
+++ b/pkgs/applications/kde/kdeconnect-kde.nix
@@ -22,6 +22,7 @@
 , qtgraphicaleffects
 , qtmultimedia
 , qtx11extras
+, breeze-icons
 , sshfs
 }:
 
@@ -47,6 +48,8 @@ mkDerivation {
     qtgraphicaleffects
     qtmultimedia
     qtx11extras
+    # otherwise buttons are blank on non-kde
+    breeze-icons
   ];
 
   nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ];