kguiaddons: mark broken on Qt 5.5
This commit is contained in:
parent
be580f91d8
commit
ffa8be8a0a
@ -1,11 +1,15 @@
|
|||||||
{ kdeFramework, lib
|
{
|
||||||
, extra-cmake-modules
|
kdeFramework, lib,
|
||||||
, qtx11extras
|
extra-cmake-modules,
|
||||||
|
qtbase, qtx11extras,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "kguiaddons";
|
name = "kguiaddons";
|
||||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
meta = {
|
||||||
|
maintainers = [ lib.maintainers.ttuegel ];
|
||||||
|
broken = builtins.compareVersions qtbase.version "5.6.0" < 0;
|
||||||
|
};
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
propagatedBuildInputs = [ qtx11extras ];
|
propagatedBuildInputs = [ qtx11extras ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user