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