syntax-highlighting: broken with Qt < 5.14

This commit is contained in:
Thomas Tuegel 2021-02-20 06:38:11 -06:00
parent 2bf3a1face
commit fd65b0f575
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -6,7 +6,7 @@ mkDerivation {
name = "syntax-highlighting";
meta = {
maintainers = [ lib.maintainers.ttuegel ];
broken = builtins.compareVersions qtbase.version "5.7.0" < 0;
broken = builtins.compareVersions qtbase.version "5.14.0" < 0;
};
nativeBuildInputs = [ extra-cmake-modules perl ];
buildInputs = [ qttools ];