kde applications : fix builds by adding missing dependencies

Patch applied by James Cook <james.cook@utoronto.ca>.
This commit is contained in:
Karn Kallio
2017-06-29 05:01:46 +00:00
committed by James Cook
parent 815764096b
commit 13ab06b05a
2 changed files with 7 additions and 4 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
{
mkDerivation, lib,
extra-cmake-modules, kdoctools,
kparts, qtsvg, qtxmlpatterns, ktexteditor, boost
kparts, qtsvg, qtxmlpatterns, ktexteditor, boost,
karchive, kcrash
}:
mkDerivation {
@@ -13,7 +14,7 @@ mkDerivation {
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ boost ];
propagatedBuildInputs = [
kparts qtsvg qtxmlpatterns ktexteditor
kparts qtsvg qtxmlpatterns ktexteditor karchive kcrash
];
}