kcachegrind: Add missing build input kdbusaddons

gstqt5
adisbladis 2019-11-20 12:14:58 +00:00
parent eb2fe1860d
commit 56b4083187
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
{
mkDerivation, lib,
extra-cmake-modules, kdoctools,
karchive, ki18n, kio, perl, python, php, qttools,
karchive, ki18n, kio, perl, python, php, qttools
, kdbusaddons
}:
mkDerivation {
@ -11,5 +12,5 @@ mkDerivation {
maintainers = with lib.maintainers; [ orivej ];
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ karchive ki18n kio perl python php qttools ];
buildInputs = [ karchive ki18n kio perl python php qttools kdbusaddons ];
}