kactivitymanagerd: broken with Qt < 5.15
This commit is contained in:
parent
8ef31809a9
commit
77ab030160
@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
mkDerivation,
|
mkDerivation, lib,
|
||||||
extra-cmake-modules,
|
extra-cmake-modules,
|
||||||
boost, kconfig, kcoreaddons, kdbusaddons, ki18n, kio, kglobalaccel,
|
boost, kconfig, kcoreaddons, kdbusaddons, ki18n, kio, kglobalaccel,
|
||||||
kwindowsystem, kxmlgui, kcrash
|
kwindowsystem, kxmlgui, kcrash, qtbase
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
name = "kactivitymanagerd";
|
name = "kactivitymanagerd";
|
||||||
|
meta.broken = lib.versionOlder qtbase.version "5.15.0";
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
boost kconfig kcoreaddons kdbusaddons kglobalaccel ki18n kio kwindowsystem
|
boost kconfig kcoreaddons kdbusaddons kglobalaccel ki18n kio kwindowsystem
|
||||||
|
Loading…
Reference in New Issue
Block a user