darwin-frameworks: don't use pure CF

This commit is contained in:
Daiderd Jordan
2017-03-12 15:19:04 +01:00
parent 04fa8e006c
commit 97a3e7cf52
2 changed files with 5 additions and 1 deletions
@@ -119,6 +119,9 @@ let
propagatedBuildInputs = deps;
# don't use pure CF for dylibs that depend on frameworks
setupHook = ../../../build-support/setup-hooks/fix-darwin-frameworks.sh;
# allows building the symlink tree
__impureHostDeps = [ "/System/Library/Frameworks/${name}.framework" ];