krdc: broken with Qt < 5.14

This commit is contained in:
Thomas Tuegel 2021-01-31 14:31:20 -06:00
parent a5f5d5bab6
commit 99a4ecf8eb
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -2,7 +2,7 @@
mkDerivation, lib,
extra-cmake-modules, kdoctools, makeWrapper,
kcmutils, kcompletion, kconfig, kdnssd, knotifyconfig, kwallet, kwidgetsaddons,
kwindowsystem, libvncserver, freerdp
kwindowsystem, libvncserver, freerdp, qtbase,
}:
mkDerivation {
@ -21,5 +21,6 @@ mkDerivation {
license = with licenses; [ gpl2 lgpl21 fdl12 bsd3 ];
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.linux;
broken = lib.versionOlder qtbase.version "5.14";
};
}