Skip to content

Commit

Permalink
kdeFrameworks: 5.37 -> 5.38.1
Browse files Browse the repository at this point in the history
This reverts commit e468ef5.

KDE Frameworks is updated to 5.38.1, bypassing a serious bug in 5.38.0.
  • Loading branch information
ttuegel committed Sep 14, 2017
1 parent 5b91f12 commit 3b94239
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 303 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/kde-frameworks/fetch.sh
@@ -1 +1 @@
WGET_ARGS=( https://download.kde.org/stable/frameworks/5.37/ -A '*.tar.xz' )
WGET_ARGS=( https://download.kde.org/stable/frameworks/5.38/ -A '*.tar.xz' )
4 changes: 2 additions & 2 deletions pkgs/development/libraries/kde-frameworks/ktexteditor.nix
Expand Up @@ -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 {
Expand All @@ -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 ];
}

0 comments on commit 3b94239

Please sign in to comment.