qttools: Add qtdeclarative to buildInputs

qtdeclarative is an optional dependency for some parts of qttools:
without it, the lupdate binary is not able to process qml files for
translatable strings.
This commit is contained in:
Tom Hall 2020-02-08 19:23:33 +00:00 committed by Thomas Tuegel
parent 3668d993a3
commit 704b49db97
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -4,7 +4,7 @@ with lib;
qtModule {
name = "qttools";
qtInputs = [ qtbase ];
qtInputs = [ qtbase qtdeclarative ];
outputs = [ "out" "dev" "bin" ];
# fixQtBuiltinPaths overwrites a builtin path we should keep