From 223d3c0cf58cbf81879792cc60c7e70b36a6504f Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Thu, 13 May 2021 12:00:00 +0000 Subject: kdeconnect: fix empty buttons --- pkgs/applications/kde/kdeconnect-kde.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/applications/kde') 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 ]; -- cgit 1.4.1