kcachegrind : Fix build by adding missing dependencies.
This commit is contained in:
parent
6739a1773e
commit
07dc20e436
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
mkDerivation, lib,
|
mkDerivation, lib,
|
||||||
extra-cmake-modules, kdoctools,
|
extra-cmake-modules, kdoctools,
|
||||||
kio, ki18n,
|
kio, ki18n, karchive, qttools,
|
||||||
perl, python, php
|
perl, python, php
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -13,5 +13,5 @@ mkDerivation {
|
|||||||
};
|
};
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
propagatedBuildInputs = [ kio ];
|
propagatedBuildInputs = [ kio ];
|
||||||
buildInputs = [ perl python php ki18n ];
|
buildInputs = [ perl python php ki18n karchive qttools ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user