dolphin: broken with Qt < 5.14
This commit is contained in:
parent
828b91c555
commit
e2e0b52dae
@ -5,7 +5,7 @@
|
|||||||
kcompletion, kconfig, kcoreaddons, kdelibs4support, kdbusaddons,
|
kcompletion, kconfig, kcoreaddons, kdelibs4support, kdbusaddons,
|
||||||
kfilemetadata, ki18n, kiconthemes, kinit, kio, knewstuff, knotifications,
|
kfilemetadata, ki18n, kiconthemes, kinit, kio, knewstuff, knotifications,
|
||||||
kparts, ktexteditor, kwindowsystem, phonon, solid,
|
kparts, ktexteditor, kwindowsystem, phonon, solid,
|
||||||
wayland, qtwayland
|
wayland, qtbase, qtwayland
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -13,6 +13,7 @@ mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
license = with lib.licenses; [ gpl2 fdl12 ];
|
license = with lib.licenses; [ gpl2 fdl12 ];
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
maintainers = [ lib.maintainers.ttuegel ];
|
||||||
|
broken = lib.versionOlder qtbase.version "5.14";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
propagatedUserEnvPkgs = [ baloo ];
|
propagatedUserEnvPkgs = [ baloo ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user