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:
@@ -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 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user