Skip to content

Commit 8bd6a78

Browse files
committed
qt6.wrapQtAppsHook: append *Phases with appendToVar
1 parent 3e7009d commit 8bd6a78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/development/libraries/qt-6/hooks/wrap-qt-apps-hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [[ -z "${__nix_wrapQtAppsHook-}" ]]; then
6363
qtHostPathHook "${!outputBin}"
6464
}
6565

66-
preFixupPhases+=" qtOwnPathsHook"
66+
appendToVar preFixupPhases qtOwnPathsHook
6767

6868
# Note: $qtWrapperArgs still gets defined even if ${dontWrapQtApps-} is set.
6969
wrapQtAppsHook() {

0 commit comments

Comments
 (0)