forked from mirrors/nixpkgs
qttools: move runtime tools in postFixup
This commit is contained in:
parent
078c88a7a7
commit
7dc961b310
|
@ -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"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue