Skip to content

Commit 07dc20e

Browse files
Karn Kalliovbgl
Karn Kallio
authored andcommittedJun 27, 2017
kcachegrind : Fix build by adding missing dependencies.
1 parent 6739a17 commit 07dc20e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/kde/kcachegrind.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
mkDerivation, lib,
33
extra-cmake-modules, kdoctools,
4-
kio, ki18n,
4+
kio, ki18n, karchive, qttools,
55
perl, python, php
66
}:
77

@@ -13,5 +13,5 @@ mkDerivation {
1313
};
1414
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
1515
propagatedBuildInputs = [ kio ];
16-
buildInputs = [ perl python php ki18n ];
16+
buildInputs = [ perl python php ki18n karchive qttools ];
1717
}

0 commit comments

Comments
 (0)
Please sign in to comment.