kdeconnect: fix empty buttons

This commit is contained in:
Guillaume Girol 2021-05-13 12:00:00 +00:00
parent d3f7e969b9
commit 223d3c0cf5

View file

@ -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 ];