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

pkgsMusl.cargo: fix build #190796

Closed
wants to merge 2 commits into from
Closed

pkgsMusl.cargo: fix build #190796

wants to merge 2 commits into from

Commits on Oct 27, 2022

  1. rustc: default crt-static to false on musl

    Co-authored-by: Alyssa Ross <hi@alyssa.is>
    yu-re-ka and alyssais committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    e94c4fa View commit details
    Browse the repository at this point in the history
  2. pkgsMusl.cargo: fix build

    Unfortunately, Cargo does not support e.g. a
    [host.'cfg(target_env = "musl")'] key (it only supports it for
    "target"), so we have to patch this conditionally to avoid it messing
    with non-Musl targets.
    
    Fixes: NixOS#179242
    alyssais committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    4680698 View commit details
    Browse the repository at this point in the history