Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swift-corelibs: set NIX_COREFOUNDATION_RPATH in a hook #234861

Merged
merged 2 commits into from
Jun 11, 2023

Commits on May 29, 2023

  1. swift-corelibs: set NIX_COREFOUNDATION_RPATH in a hook

    Closes NixOS#230870. Thanks to @eliasnaur for the test case and for rasining
    awareness and to @veprbl for the work done on NixOS#111385.
    
    This takes a slightly different approach from those two PRs. The hook is
    set unconditionally. The stdenv bootstrap doesn’t really need CF at all,
    so setting the hook is harmless. This simplifies things.
    reckenrode committed May 29, 2023
    Configuration menu
    Copy the full SHA
    0d3355a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. darwin.stdenv: drop NIX_COREFOUNDATION_RPATH from preHook

    Rely on swift-corefoundation to set this in its hook. That way, it will
    be dropped from the `extraBuildInputs` during a cross build.
    reckenrode committed May 30, 2023
    Configuration menu
    Copy the full SHA
    7c04323 View commit details
    Browse the repository at this point in the history