solid: mark broken on Qt 5.5
This commit is contained in:
parent
e1bd5c96ea
commit
6ddaa3f746
@ -1,12 +1,15 @@
|
|||||||
{
|
{
|
||||||
kdeFramework, lib,
|
kdeFramework, lib,
|
||||||
bison, extra-cmake-modules, flex,
|
bison, extra-cmake-modules, flex,
|
||||||
qtdeclarative, qttools
|
qtbase, qtdeclarative, qttools
|
||||||
}:
|
}:
|
||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "solid";
|
name = "solid";
|
||||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
meta = {
|
||||||
|
maintainers = [ lib.maintainers.ttuegel ];
|
||||||
|
broken = builtins.compareVersions qtbase.version "5.6.0" < 0;
|
||||||
|
};
|
||||||
nativeBuildInputs = [ bison extra-cmake-modules flex qttools ];
|
nativeBuildInputs = [ bison extra-cmake-modules flex qttools ];
|
||||||
propagatedBuildInputs = [ qtdeclarative ];
|
propagatedBuildInputs = [ qtdeclarative ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user