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

patchelf: if targetPlatform.isMips: apply patchelf/pull/380 #178207

Merged
merged 1 commit into from Jun 29, 2022
Merged

patchelf: if targetPlatform.isMips: apply patchelf/pull/380 #178207

merged 1 commit into from Jun 29, 2022

Commits on Jun 19, 2022

  1. patchelf: if targetPlatform.isMips: apply patchelf/pull/380

    This PR applies the patches which fix a MIPS-specific bug in patchelf.
    The patches are applied only if targetPlatform.isMips in order to:
    
    1. Not cause a mass-rebuild on the mainstream platforms
    
    2. Make this PR acceptable for inclusion in `master` rather than
       `staging`.
    
    This is the very last commit needed in order for Hydra to be able to
    produce a bootstrap-files tarball for mips64el (the other one is in
    `staging-next`).
    
    This PR can be reverted after the next release of patchelf lands in
    nixpkgs.
    Adam Joseph committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    12618e7 View commit details
    Browse the repository at this point in the history