kf517.ki18n: add missing qtdeclarative dependency

This commit is contained in:
Thomas Tuegel 2015-12-12 07:15:07 -06:00
parent e3aa60ed81
commit 54829da822

View File

@ -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 ];