dolphin: broken with Qt < 5.14

This commit is contained in:
Thomas Tuegel 2021-01-31 10:17:53 -06:00
parent 828b91c555
commit e2e0b52dae
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -5,7 +5,7 @@
kcompletion, kconfig, kcoreaddons, kdelibs4support, kdbusaddons,
kfilemetadata, ki18n, kiconthemes, kinit, kio, knewstuff, knotifications,
kparts, ktexteditor, kwindowsystem, phonon, solid,
wayland, qtwayland
wayland, qtbase, qtwayland
}:
mkDerivation {
@ -13,6 +13,7 @@ mkDerivation {
meta = {
license = with lib.licenses; [ gpl2 fdl12 ];
maintainers = [ lib.maintainers.ttuegel ];
broken = lib.versionOlder qtbase.version "5.14";
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
propagatedUserEnvPkgs = [ baloo ];