1
0
Fork 1
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:
Thomas Tuegel 2017-05-23 06:15:04 -05:00
parent b3ffeab007
commit 88d29f80c1
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ qtSubmodule {
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
postFixup = ''
moveToOutput "bin/qdbus" "$out"
moveToOutput "bin/qdbusviewer" "$out"
moveToOutput "bin/qtpaths" "$out"
'';
}

View file

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