krdc: broken with Qt < 5.14
This commit is contained in:
parent
a5f5d5bab6
commit
99a4ecf8eb
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user