lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: handle *Phases variables __structuredAttrs-agnostically (round 2) (#352709)

authored by

Wolfgang Walther and committed by
GitHub
9d243b6e 5dfaa2c3

+7 -7
+1 -1
pkgs/build-support/dotnet/build-dotnet-module/hooks/dotnet-fixup-hook.sh
··· 97 97 } 98 98 99 99 if [[ -z "${dontFixup-}" && -z "${dontDotnetFixup-}" ]]; then 100 - preFixupPhases+=" dotnetFixupHook" 100 + appendToVar preFixupPhases dotnetFixupHook 101 101 fi
+1 -1
pkgs/build-support/setup-hooks/wrap-gapps-hook/wrap-gapps-hook.sh
··· 34 34 done 35 35 } 36 36 37 - preFixupPhases+=" gappsWrapperArgsHook" 37 + appendToVar preFixupPhases gappsWrapperArgsHook 38 38 39 39 wrapGApp() { 40 40 local program="$1"
+1 -1
pkgs/by-name/de/desktop-file-utils/setup-hook.sh
··· 3 3 rm -f $out/share/applications/mimeinfo.cache 4 4 } 5 5 6 - preFixupPhases="${preFixupPhases-} mimeinfoPreFixupPhase" 6 + appendToVar preFixupPhases mimeinfoPreFixupPhase
+1 -1
pkgs/development/ada-modules/gprbuild/gpr-project-darwin-rpath-hook.sh
··· 7 7 done 8 8 } 9 9 10 - preFixupPhases+=" fixGprProjectDarwinRpath" 10 + appendToVar preFixupPhases fixGprProjectDarwinRpath
+1 -1
pkgs/development/libraries/gtk/hooks/drop-icon-theme-cache.sh
··· 16 16 fi 17 17 } 18 18 19 - preFixupPhases="${preFixupPhases-} dropIconThemeCache" 19 + appendToVar preFixupPhases dropIconThemeCache
+1 -1
pkgs/development/libraries/qt-5/hooks/wrap-qt-apps-hook.sh
··· 65 65 qtHostPathHook "${!outputBin}" 66 66 } 67 67 68 - preFixupPhases+=" qtOwnPathsHook" 68 + appendToVar preFixupPhases qtOwnPathsHook 69 69 70 70 # Note: $qtWrapperArgs still gets defined even if ${dontWrapQtApps-} is set. 71 71 wrapQtAppsHook() {
+1 -1
pkgs/development/libraries/qt-6/hooks/wrap-qt-apps-hook.sh
··· 63 63 qtHostPathHook "${!outputBin}" 64 64 } 65 65 66 - preFixupPhases+=" qtOwnPathsHook" 66 + appendToVar preFixupPhases qtOwnPathsHook 67 67 68 68 # Note: $qtWrapperArgs still gets defined even if ${dontWrapQtApps-} is set. 69 69 wrapQtAppsHook() {