1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

qt55.qttools: move runtime executables to $out

This commit is contained in:
Thomas Tuegel 2016-01-31 09:52:07 -06:00
parent fe1bae4e58
commit 2efbf665a3

View file

@ -4,6 +4,9 @@ qtSubmodule {
name = "qttools"; name = "qttools";
qtInputs = [ qtbase ]; qtInputs = [ qtbase ];
postFixup = '' postFixup = ''
moveToOutput "bin/qdbus" "$out"
moveToOutput "bin/qtpaths" "$out"
fixQtModuleCMakeConfig "Designer" fixQtModuleCMakeConfig "Designer"
fixQtModuleCMakeConfig "Help" fixQtModuleCMakeConfig "Help"
fixQtModuleCMakeConfig "LinguistTools" fixQtModuleCMakeConfig "LinguistTools"