polkit-kde-agent: broken with Qt < 5.15
This commit is contained in:
parent
f2ce8a596f
commit
fc03e9f158
@ -1,7 +1,7 @@
|
||||
{
|
||||
mkDerivation, extra-cmake-modules,
|
||||
mkDerivation, lib, extra-cmake-modules,
|
||||
kcoreaddons, kconfig, kcrash, kdbusaddons, ki18n, kiconthemes, knotifications,
|
||||
kwidgetsaddons, kwindowsystem, polkit-qt
|
||||
kwidgetsaddons, kwindowsystem, polkit-qt, qtbase
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
@ -12,4 +12,5 @@ mkDerivation {
|
||||
knotifications kwindowsystem polkit-qt
|
||||
];
|
||||
outputs = [ "out" "dev" ];
|
||||
meta.broken = lib.versionOlder qtbase.version "5.15.0";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user