kdeFrameworks: 5.37 -> 5.38.1

This reverts commit e468ef5119.

KDE Frameworks is updated to 5.38.1, bypassing a serious bug in 5.38.0.
This commit is contained in:
Thomas Tuegel
2017-09-14 09:30:19 -05:00
parent 5b91f125aa
commit 3b94239c8a
3 changed files with 303 additions and 303 deletions
@@ -2,7 +2,7 @@
mkDerivation, lib, copyPathsToStore,
extra-cmake-modules, perl,
karchive, kconfig, kguiaddons, ki18n, kiconthemes, kio, kparts, libgit2,
qtscript, qtxmlpatterns, sonnet, syntax-highlighting
qtscript, qtxmlpatterns, sonnet, syntax-highlighting, qtquickcontrols
}:
mkDerivation {
@@ -11,7 +11,7 @@ mkDerivation {
nativeBuildInputs = [ extra-cmake-modules perl ];
buildInputs = [
karchive kconfig kguiaddons ki18n kiconthemes kio libgit2 qtscript
qtxmlpatterns sonnet syntax-highlighting
qtxmlpatterns sonnet syntax-highlighting qtquickcontrols
];
propagatedBuildInputs = [ kparts ];
}