kdeconnect: Add missing build input kio
This commit is contained in:
parent
1243424d56
commit
eb2fe1860d
@ -16,6 +16,7 @@
|
|||||||
, sshfs
|
, sshfs
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, kwayland
|
, kwayland
|
||||||
|
, kio
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
@ -30,7 +31,7 @@ mkDerivation rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
libfakekey libXtst
|
libfakekey libXtst
|
||||||
ki18n kiconthemes kcmutils kconfigwidgets kdbusaddons knotifications
|
ki18n kiconthemes kcmutils kconfigwidgets kdbusaddons knotifications
|
||||||
qca-qt5 qtx11extras makeWrapper kwayland
|
qca-qt5 qtx11extras makeWrapper kwayland kio
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user