From 704b49db972b7d862712575c2399e02d887ce39e Mon Sep 17 00:00:00 2001 From: Tom Hall Date: Sat, 8 Feb 2020 19:23:33 +0000 Subject: [PATCH] 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. --- pkgs/development/libraries/qt-5/modules/qttools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/qt-5/modules/qttools.nix b/pkgs/development/libraries/qt-5/modules/qttools.nix index 573472a8b5a..c38eb0105e1 100644 --- a/pkgs/development/libraries/qt-5/modules/qttools.nix +++ b/pkgs/development/libraries/qt-5/modules/qttools.nix @@ -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