treewide: Don't use envHook anymore
This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
This commit is contained in:
@@ -39,4 +39,4 @@ useSystemCoreFoundationFramework () {
|
||||
export NIX_COREFOUNDATION_RPATH=/System/Library/Frameworks
|
||||
}
|
||||
|
||||
envHooks+=(useSystemCoreFoundationFramework)
|
||||
addEnvHooks "$hostOffset" useSystemCoreFoundationFramework
|
||||
|
||||
@@ -7,4 +7,4 @@ noDeprecatedDeclarations() {
|
||||
fi
|
||||
}
|
||||
|
||||
envHooks+=(noDeprecatedDeclarations)
|
||||
addEnvHooks "$hostOffset" noDeprecatedDeclarations
|
||||
|
||||
Reference in New Issue
Block a user