summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-01-31 09:52:07 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-01-31 21:15:03 -0600
commit2efbf665a381130c2dafee4736224c1b92c32854 (patch)
tree7126467c09339276dc73ca0ae9ba04a7661fceb5 /pkgs/development
parentfe1bae4e58c64a9f0be4beef1ec1cf7f1420b26a (diff)
qt55.qttools: move runtime executables to $out
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/qt-5/5.5/qttools.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qt-5/5.5/qttools.nix b/pkgs/development/libraries/qt-5/5.5/qttools.nix
index a6b29c07cac98..1472691c52547 100644
--- a/pkgs/development/libraries/qt-5/5.5/qttools.nix
+++ b/pkgs/development/libraries/qt-5/5.5/qttools.nix
@@ -4,6 +4,9 @@ qtSubmodule {
   name = "qttools";
   qtInputs = [ qtbase ];
   postFixup = ''
+    moveToOutput "bin/qdbus" "$out"
+    moveToOutput "bin/qtpaths" "$out"
+
     fixQtModuleCMakeConfig "Designer"
     fixQtModuleCMakeConfig "Help"
     fixQtModuleCMakeConfig "LinguistTools"