kwayland-server: broken with Qt < 5.15
This commit is contained in:
parent
f288e18725
commit
9178d4ce67
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
mkDerivation, cmake,
|
mkDerivation, lib, cmake,
|
||||||
extra-cmake-modules, kdoctools,
|
extra-cmake-modules, kdoctools,
|
||||||
kwayland, plasma-wayland-protocols,
|
kwayland, plasma-wayland-protocols,
|
||||||
wayland, wayland-protocols
|
wayland, wayland-protocols, qtbase
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
@ -15,4 +15,5 @@ mkDerivation {
|
|||||||
kwayland plasma-wayland-protocols wayland wayland-protocols
|
kwayland plasma-wayland-protocols wayland wayland-protocols
|
||||||
];
|
];
|
||||||
patches = [ ./0001-Use-KDE_INSTALL_TARGETS_DEFAULT_ARGS-when-installing.patch ];
|
patches = [ ./0001-Use-KDE_INSTALL_TARGETS_DEFAULT_ARGS-when-installing.patch ];
|
||||||
|
meta.broken = lib.versionOlder qtbase.version "5.15.0";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user