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