3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

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"
'';