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:
parent
3668d993a3
commit
704b49db97
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user