kde-frameworks: 5.36 -> 5.37

This commit is contained in:
Jos van den Oever
2017-08-21 21:47:15 +02:00
parent 50a9f98c42
commit e20afe8d2e
7 changed files with 310 additions and 315 deletions
@@ -2,7 +2,7 @@
mkDerivation, lib,
extra-cmake-modules,
kconfig, kcoreaddons, ki18n, kio, kservice, plasma-framework, qtbase,
qtdeclarative, solid, threadweaver
qtdeclarative, solid, threadweaver, kwindowsystem
}:
mkDerivation {
@@ -13,5 +13,5 @@ mkDerivation {
kconfig kcoreaddons ki18n kio kservice qtdeclarative solid
threadweaver
];
propagatedBuildInputs = [ plasma-framework qtbase ];
propagatedBuildInputs = [ plasma-framework qtbase kwindowsystem ];
}