qt6.wrapQtAppsHook: append *Phases with appendToVar

This commit is contained in:
Yueh-Shun Li
2024-12-17 01:46:04 +08:00
parent 3e7009dee3
commit 8bd6a78399
@@ -63,7 +63,7 @@ if [[ -z "${__nix_wrapQtAppsHook-}" ]]; then
qtHostPathHook "${!outputBin}"
}
preFixupPhases+=" qtOwnPathsHook"
appendToVar preFixupPhases qtOwnPathsHook
# Note: $qtWrapperArgs still gets defined even if ${dontWrapQtApps-} is set.
wrapQtAppsHook() {