libkgapi: broken with Qt < 5.14

This commit is contained in:
Thomas Tuegel 2020-12-05 13:32:35 -06:00
parent 9ed169aa80
commit 2f391f917d
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -1,7 +1,7 @@
{
mkDerivation, lib, kdepimTeam,
extra-cmake-modules, kdoctools,
qtwebengine, kio, kcalendarcore, kcontacts,
qtbase, qtwebengine, kio, kcalendarcore, kcontacts,
cyrus_sasl
}:
@ -10,6 +10,7 @@ mkDerivation {
meta = {
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
maintainers = kdepimTeam;
broken = lib.versionOlder qtbase.version "5.14.0";
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ qtwebengine kio kcalendarcore kcontacts cyrus_sasl ];