mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
kcachegrind : Fix build by adding missing dependencies.
This commit is contained in:
parent
6739a1773e
commit
07dc20e436
@ -1,7 +1,7 @@
|
||||
{
|
||||
mkDerivation, lib,
|
||||
extra-cmake-modules, kdoctools,
|
||||
kio, ki18n,
|
||||
kio, ki18n, karchive, qttools,
|
||||
perl, python, php
|
||||
}:
|
||||
|
||||
@ -13,5 +13,5 @@ mkDerivation {
|
||||
};
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
propagatedBuildInputs = [ kio ];
|
||||
buildInputs = [ perl python php ki18n ];
|
||||
buildInputs = [ perl python php ki18n karchive qttools ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user