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