syntax-highlighting: mark broken on Qt 5.5

This commit is contained in:
Thomas Tuegel 2017-02-28 07:42:31 -06:00
parent 78b6a1ad14
commit e1bd5c96ea
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

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