kf517.ki18n: add missing qtdeclarative dependency
This commit is contained in:
parent
e3aa60ed81
commit
54829da822
@ -2,13 +2,14 @@
|
|||||||
, extra-cmake-modules
|
, extra-cmake-modules
|
||||||
, gettext
|
, gettext
|
||||||
, python
|
, python
|
||||||
|
, qtdeclarative
|
||||||
, qtscript
|
, qtscript
|
||||||
}:
|
}:
|
||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "ki18n";
|
name = "ki18n";
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [ qtscript ];
|
buildInputs = [ qtdeclarative qtscript ];
|
||||||
propagatedNativeBuildInputs = [ gettext python ];
|
propagatedNativeBuildInputs = [ gettext python ];
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
maintainers = [ lib.maintainers.ttuegel ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user