Merge pull request #79558 from Thra11/add-qtdeclarative-qttools
qttools: Add qtdeclarative to buildInputs
This commit is contained in:
commit
f9ddb177fe
|
@ -4,7 +4,7 @@ with lib;
|
||||||
|
|
||||||
qtModule {
|
qtModule {
|
||||||
name = "qttools";
|
name = "qttools";
|
||||||
qtInputs = [ qtbase ];
|
qtInputs = [ qtbase qtdeclarative ];
|
||||||
outputs = [ "out" "dev" "bin" ];
|
outputs = [ "out" "dev" "bin" ];
|
||||||
|
|
||||||
# fixQtBuiltinPaths overwrites a builtin path we should keep
|
# fixQtBuiltinPaths overwrites a builtin path we should keep
|
||||||
|
|
Loading…
Reference in New Issue