ki18n: mark broken on Qt 5.5
This commit is contained in:
parent
4208845583
commit
eb340b5753
@ -1,15 +1,16 @@
|
|||||||
{ kdeFramework, lib
|
{
|
||||||
, extra-cmake-modules
|
kdeFramework, lib,
|
||||||
, gettext
|
extra-cmake-modules, gettext, python,
|
||||||
, python
|
qtbase, qtdeclarative, qtscript,
|
||||||
, qtdeclarative
|
|
||||||
, qtscript
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "ki18n";
|
name = "ki18n";
|
||||||
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 = [ qtdeclarative qtscript ];
|
|
||||||
propagatedNativeBuildInputs = [ gettext python ];
|
propagatedNativeBuildInputs = [ gettext python ];
|
||||||
|
propagatedBuildInputs = [ qtdeclarative qtscript ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user