qttools: move runtime tools in postFixup

This commit is contained in:
Thomas Tuegel
2017-05-19 07:43:02 -05:00
parent 078c88a7a7
commit 7dc961b310

View File

@@ -7,7 +7,8 @@ qtSubmodule {
qtInputs = [ qtbase ];
outputs = [ "out" "dev" "bin" ];
patches = copyPathsToStore (readPathsFromFile ./. ./series);
postInstall = ''
# qmake moves all binaries to $dev in preFixup
postFixup = ''
moveToOutput "bin/qdbus" "$bin"
moveToOutput "bin/qtpaths" "$bin"
'';