Navigation Menu

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

[20.03] backport haskell/generic-builder.nix: Fix C lib multiple inclusions #88017

Commits on May 17, 2020

  1. haskell/generic-builder.nix: Fix C lib multiple inclusions

    Allow the darwin links code to overwrite libs that were already
    copied, because C dependencies can occur multiple times.
    
    Solves errors like
    
        ln: failed to create symbolic link '/nix/store/higpc9xavwcjjzdipz7m9ly03bh7iy2z-hercules-ci-agent-source-0.7.0/lib/links/libboost_context.dylib': File exists
    
    (cherry picked from commit a9373cd)
    roberth committed May 17, 2020
    Copy the full SHA
    233cec3 View commit details
    Browse the repository at this point in the history