Merge pull request #122859 from symphorien/kdeconnect-buttons
kdeconnect: fix empty buttons
This commit is contained in:
commit
320bb842da
|
@ -22,6 +22,7 @@
|
||||||
, qtgraphicaleffects
|
, qtgraphicaleffects
|
||||||
, qtmultimedia
|
, qtmultimedia
|
||||||
, qtx11extras
|
, qtx11extras
|
||||||
|
, breeze-icons
|
||||||
, sshfs
|
, sshfs
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -47,6 +48,8 @@ mkDerivation {
|
||||||
qtgraphicaleffects
|
qtgraphicaleffects
|
||||||
qtmultimedia
|
qtmultimedia
|
||||||
qtx11extras
|
qtx11extras
|
||||||
|
# otherwise buttons are blank on non-kde
|
||||||
|
breeze-icons
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ];
|
||||||
|
|
Loading…
Reference in New Issue