forked from mirrors/nixpkgs
kde-frameworks: mark as broken for qt < 5.15
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
This commit is contained in:
parent
f8394adae9
commit
27b3921a86
|
@ -28,7 +28,7 @@ existing packages here and modify it as necessary.
|
|||
|
||||
let
|
||||
|
||||
minQtVersion = "5.14";
|
||||
minQtVersion = "5.15";
|
||||
broken = lib.versionOlder libsForQt5.qtbase.version minQtVersion;
|
||||
maintainers = with lib.maintainers; [ ttuegel nyanloutre ];
|
||||
license = with lib.licenses; [
|
||||
|
|
Loading…
Reference in a new issue