summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2021-05-20 19:00:23 +0000
committerGitHub <noreply@github.com>2021-05-20 19:00:23 +0000
commit320bb842dabc0400d74f97a12d806f649f63d01d (patch)
tree6ba5233666fbc7c78fec1435fd394a250887685f /pkgs/applications/kde
parente274a791edcd37822808fb50582d00c03f192eb6 (diff)
parent223d3c0cf58cbf81879792cc60c7e70b36a6504f (diff)
downloadnixpkgs-320bb842dabc0400d74f97a12d806f649f63d01d.tar
nixpkgs-320bb842dabc0400d74f97a12d806f649f63d01d.tar.gz
nixpkgs-320bb842dabc0400d74f97a12d806f649f63d01d.tar.bz2
nixpkgs-320bb842dabc0400d74f97a12d806f649f63d01d.tar.lz
nixpkgs-320bb842dabc0400d74f97a12d806f649f63d01d.tar.xz
nixpkgs-320bb842dabc0400d74f97a12d806f649f63d01d.tar.zst
nixpkgs-320bb842dabc0400d74f97a12d806f649f63d01d.zip
Merge pull request #122859 from symphorien/kdeconnect-buttons
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 8c7b2b635c0..c2b465303b5 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 ];