kdeconnect: Add missing build input kio
This commit is contained in:
parent
1243424d56
commit
eb2fe1860d
1 changed files with 2 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue