summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-05-08 10:52:48 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-05-09 10:01:07 -0500
commit62d07ae7d44f92a16f91cd8f669fdf047b45326d (patch)
treeb5f8f7408546a9a03b6b060b5f5abf38271aa77d /pkgs/development/libraries/qt-5
parent0903faa3fb54f704b0a517329319daa7787022a1 (diff)
qt56.qttools: add qtdeclarative dependency
Diffstat (limited to 'pkgs/development/libraries/qt-5')
-rw-r--r--pkgs/development/libraries/qt-5/5.6/qttools.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/qt-5/5.6/qttools.nix b/pkgs/development/libraries/qt-5/5.6/qttools.nix
index 1472691c52547..deb00d1f80885 100644
--- a/pkgs/development/libraries/qt-5/5.6/qttools.nix
+++ b/pkgs/development/libraries/qt-5/5.6/qttools.nix
@@ -1,8 +1,8 @@
-{ qtSubmodule, qtbase }:
+{ qtSubmodule, qtbase, qtdeclarative }:
 
 qtSubmodule {
   name = "qttools";
-  qtInputs = [ qtbase ];
+  qtInputs = [ qtbase qtdeclarative ];
   postFixup = ''
     moveToOutput "bin/qdbus" "$out"
     moveToOutput "bin/qtpaths" "$out"