From 8bd6a7839902fbd1c875bd1ef4cc09f2e8a48dd7 Mon Sep 17 00:00:00 2001 From: Yueh-Shun Li Date: Fri, 1 Nov 2024 01:54:04 +0800 Subject: [PATCH] qt6.wrapQtAppsHook: append *Phases with appendToVar --- pkgs/development/libraries/qt-6/hooks/wrap-qt-apps-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/qt-6/hooks/wrap-qt-apps-hook.sh b/pkgs/development/libraries/qt-6/hooks/wrap-qt-apps-hook.sh index 2d858055693c..39b8635e264d 100644 --- a/pkgs/development/libraries/qt-6/hooks/wrap-qt-apps-hook.sh +++ b/pkgs/development/libraries/qt-6/hooks/wrap-qt-apps-hook.sh @@ -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() {