Revert "kdeFrameworks: 5.37 -> 5.38"

This commit is contained in:
Thomas Tuegel
2017-09-13 11:57:15 -05:00
committed by GitHub
parent aff74b6af7
commit e468ef5119
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, qtquickcontrols
qtscript, qtxmlpatterns, sonnet, syntax-highlighting
}:
mkDerivation {
@@ -11,7 +11,7 @@ mkDerivation {
nativeBuildInputs = [ extra-cmake-modules perl ];
buildInputs = [
karchive kconfig kguiaddons ki18n kiconthemes kio libgit2 qtscript
qtxmlpatterns sonnet syntax-highlighting qtquickcontrols
qtxmlpatterns sonnet syntax-highlighting
];
propagatedBuildInputs = [ kparts ];
}