about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5
diff options
context:
space:
mode:
authorTom Hall <tahall256@protonmail.ch>2020-02-08 19:23:33 +0000
committerThomas Tuegel <ttuegel@mailbox.org>2020-02-10 15:27:41 -0600
commit704b49db972b7d862712575c2399e02d887ce39e (patch)
treed7b3819163734f8b7e3350d67eeca6c5ba9f4f6a /pkgs/development/libraries/qt-5
parent3668d993a32d69b40e3784c60d27b68e74a25ba6 (diff)
downloadnixlib-704b49db972b7d862712575c2399e02d887ce39e.tar
nixlib-704b49db972b7d862712575c2399e02d887ce39e.tar.gz
nixlib-704b49db972b7d862712575c2399e02d887ce39e.tar.bz2
nixlib-704b49db972b7d862712575c2399e02d887ce39e.tar.lz
nixlib-704b49db972b7d862712575c2399e02d887ce39e.tar.xz
nixlib-704b49db972b7d862712575c2399e02d887ce39e.tar.zst
nixlib-704b49db972b7d862712575c2399e02d887ce39e.zip
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.
Diffstat (limited to 'pkgs/development/libraries/qt-5')
-rw-r--r--pkgs/development/libraries/qt-5/modules/qttools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qt-5/modules/qttools.nix b/pkgs/development/libraries/qt-5/modules/qttools.nix
index 573472a8b5ab..c38eb0105e12 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