kwrited: broken with Qt < 5.15

This commit is contained in:
Thomas Tuegel 2020-12-05 13:22:23 -06:00
parent d50556eed4
commit f2ce8a596f
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -1,5 +1,5 @@
{
mkDerivation,
mkDerivation, lib,
extra-cmake-modules,
kcoreaddons, kdbusaddons, ki18n, knotifications, kpty, qtbase,
}:
@ -8,4 +8,5 @@ mkDerivation {
name = "kwrited";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kcoreaddons kdbusaddons ki18n knotifications kpty qtbase ];
meta.broken = lib.versionOlder qtbase.version "5.15.0";
}