plasma-pa: broken with Qt < 5.15

This commit is contained in:
Thomas Tuegel
2020-12-12 16:05:46 -06:00
parent 821cf25911
commit b2a1d4bed5
+4 -3
View File
@@ -1,8 +1,8 @@
{ {
mkDerivation, mkDerivation, lib,
extra-cmake-modules, kdoctools, extra-cmake-modules, kdoctools,
kconfigwidgets, kcoreaddons, kdeclarative, kglobalaccel, ki18n, kwindowsystem, plasma-framework, kconfigwidgets, kcoreaddons, kdeclarative, kglobalaccel, ki18n, kwindowsystem, plasma-framework,
qtdeclarative, qtbase, qtdeclarative,
gconf, glib, libcanberra-gtk3, libpulseaudio, sound-theme-freedesktop gconf, glib, libcanberra-gtk3, libpulseaudio, sound-theme-freedesktop
}: }:
@@ -15,6 +15,7 @@ mkDerivation {
kconfigwidgets kcoreaddons kdeclarative kglobalaccel ki18n plasma-framework kconfigwidgets kcoreaddons kdeclarative kglobalaccel ki18n plasma-framework
kwindowsystem kwindowsystem
qtdeclarative qtbase qtdeclarative
]; ];
meta.broken = lib.versionOlder qtbase.version "5.15.0";
} }