about summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-05-20 22:11:42 -0700
committerJonathan Ringer <jonringer117@gmail.com>2021-05-20 22:11:42 -0700
commit6b15fdce86eddd5d23ff448f6a7b50b319c5e686 (patch)
tree22d541647a440d8fbaabc0ec869a551ce02ff671 /pkgs/applications/kde
parent34a05e29f119bf06fe218b761b3999e4c7a87e65 (diff)
parent788deaad9dbc27b94c0d930b617f659e71ea7987 (diff)
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/shells/ion/default.nix
 pkgs/tools/misc/cicero-tui/default.nix
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 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 ];