qttools: move runtime tools in postFixup
This commit is contained in:
@@ -7,7 +7,8 @@ qtSubmodule {
|
|||||||
qtInputs = [ qtbase ];
|
qtInputs = [ qtbase ];
|
||||||
outputs = [ "out" "dev" "bin" ];
|
outputs = [ "out" "dev" "bin" ];
|
||||||
patches = copyPathsToStore (readPathsFromFile ./. ./series);
|
patches = copyPathsToStore (readPathsFromFile ./. ./series);
|
||||||
postInstall = ''
|
# qmake moves all binaries to $dev in preFixup
|
||||||
|
postFixup = ''
|
||||||
moveToOutput "bin/qdbus" "$bin"
|
moveToOutput "bin/qdbus" "$bin"
|
||||||
moveToOutput "bin/qtpaths" "$bin"
|
moveToOutput "bin/qtpaths" "$bin"
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user