syntax-highlighting: broken with Qt < 5.14
This commit is contained in:
parent
2bf3a1face
commit
fd65b0f575
@ -6,7 +6,7 @@ mkDerivation {
|
|||||||
name = "syntax-highlighting";
|
name = "syntax-highlighting";
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
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 ];
|
nativeBuildInputs = [ extra-cmake-modules perl ];
|
||||||
buildInputs = [ qttools ];
|
buildInputs = [ qttools ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user