Skip to content

Commit

Permalink
kcachegrind : Fix build by adding missing dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karn Kallio authored and vbgl committed Jun 27, 2017
1 parent 6739a17 commit 07dc20e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/kde/kcachegrind.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
mkDerivation, lib,
extra-cmake-modules, kdoctools,
kio, ki18n,
kio, ki18n, karchive, qttools,
perl, python, php
}:

Expand All @@ -13,5 +13,5 @@ mkDerivation {
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
propagatedBuildInputs = [ kio ];
buildInputs = [ perl python php ki18n ];
buildInputs = [ perl python php ki18n karchive qttools ];
}

0 comments on commit 07dc20e

Please sign in to comment.