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

radicle-upstream: workaround build failure due to missing libgcc #250710

Closed
wants to merge 1 commit into from

Commits on Aug 22, 2023

  1. radicle-upstream: workaround build failure due to missing libgcc

    Without the change build fails as:
    
           > searching for dependencies of /nix/store/gv5yvdd91vg3f4s1j6zf07xkclcpqn1c-git-remote-rad-0.3.0/bin/git-remote-rad
           >     libgcc_s.so.1 -> not found!
           > auto-patchelf: 1 dependencies could not be satisfied
    
    This happens because `autoPatchelfHook` does not pull the dependency in
    automatically and requires explicitly exposing internal implementation
    details of the `stdenv`.
    trofi committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0383f5f View commit details
    Browse the repository at this point in the history