kplotting: mark broken on Qt 5.5

This commit is contained in:
Thomas Tuegel
2017-02-28 07:40:40 -06:00
parent e77114e72b
commit 29d0bf7434

View File

@@ -4,7 +4,10 @@
kdeFramework {
name = "kplotting";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
meta = {
maintainers = [ lib.maintainers.ttuegel ];
broken = builtins.compareVersions qtbase.version "5.6.0" < 0;
};
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ qtbase ];
}