mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
qttools: move qdbusviewer to runtime output
This commit is contained in:
parent
b3ffeab007
commit
88d29f80c1
|
@ -6,6 +6,7 @@ qtSubmodule {
|
|||
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
||||
postFixup = ''
|
||||
moveToOutput "bin/qdbus" "$out"
|
||||
moveToOutput "bin/qdbusviewer" "$out"
|
||||
moveToOutput "bin/qtpaths" "$out"
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@ qtSubmodule {
|
|||
# qmake moves all binaries to $dev in preFixup
|
||||
postFixup = ''
|
||||
moveToOutput "bin/qdbus" "$bin"
|
||||
moveToOutput "bin/qdbusviewer" "$bin"
|
||||
moveToOutput "bin/qtpaths" "$bin"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue