kdeconnect: Add missing build input kio

This commit is contained in:
adisbladis 2019-11-20 12:13:09 +00:00
parent 1243424d56
commit eb2fe1860d
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -16,6 +16,7 @@
, sshfs
, makeWrapper
, kwayland
, kio
}:
mkDerivation rec {
@ -30,7 +31,7 @@ mkDerivation rec {
buildInputs = [
libfakekey libXtst
ki18n kiconthemes kcmutils kconfigwidgets kdbusaddons knotifications
qca-qt5 qtx11extras makeWrapper kwayland
qca-qt5 qtx11extras makeWrapper kwayland kio
];
nativeBuildInputs = [ extra-cmake-modules kdoctools ];