kwindowsystem: mark broken on Qt 5.5

This commit is contained in:
Thomas Tuegel
2017-02-28 07:49:25 -06:00
parent a7d3a084b9
commit cff0e06ed7

View File

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