kwayland: mark broken on Qt 5.5
This commit is contained in:
parent
34df5c5684
commit
78b6a1ad14
@ -1,15 +1,16 @@
|
|||||||
{ kdeFramework
|
{
|
||||||
, extra-cmake-modules
|
kdeFramework, lib,
|
||||||
, qtbase, wayland
|
extra-cmake-modules,
|
||||||
|
qtbase, wayland
|
||||||
}:
|
}:
|
||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "kwayland";
|
name = "kwayland";
|
||||||
nativeBuildInputs = [
|
meta = {
|
||||||
extra-cmake-modules
|
maintainers = [ lib.maintainers.ttuegel ];
|
||||||
];
|
broken = builtins.compareVersions qtbase.version "5.6.0" < 0;
|
||||||
|
};
|
||||||
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [ qtbase ];
|
buildInputs = [ qtbase ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [ wayland ];
|
||||||
wayland
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user