kwayland: mark broken on Qt 5.5

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

View File

@ -1,15 +1,16 @@
{ kdeFramework
, extra-cmake-modules
, qtbase, wayland
{
kdeFramework, lib,
extra-cmake-modules,
qtbase, wayland
}:
kdeFramework {
name = "kwayland";
nativeBuildInputs = [
extra-cmake-modules
];
meta = {
maintainers = [ lib.maintainers.ttuegel ];
broken = builtins.compareVersions qtbase.version "5.6.0" < 0;
};
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ qtbase ];
propagatedBuildInputs = [
wayland
];
propagatedBuildInputs = [ wayland ];
}