darwin-frameworks: use the system CF when frameworks are used
This will get propagated down to other libraries loaded because everything in nixpkgs references CF based on an rpath entry.
This commit is contained in:
@@ -134,7 +134,7 @@ let
|
||||
propagatedBuildInputs = deps;
|
||||
|
||||
# don't use pure CF for dylibs that depend on frameworks
|
||||
setupHook = ../../../build-support/setup-hooks/fix-darwin-frameworks.sh;
|
||||
setupHook = ./framework-setup-hook.sh;
|
||||
|
||||
# allows building the symlink tree
|
||||
__impureHostDeps = [ "/System/Library/Frameworks/${name}.framework" ];
|
||||
|
||||
Reference in New Issue
Block a user