Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 4085eee678dc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f92809bcee26
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 3, 2020

  1. stdenv: unset SDKROOT on Darwin

    The Rust `cc` crate started running `xcrun` when SDKROOT is defined:
    
    rust-lang/cc-rs@a970b0a
    
    Consequently, building crates that use newer versions of the `cc`
    crate fail, because xcrun is not available in pure build environments.
    danieldk committed Sep 3, 2020
    Copy the full SHA
    b1700a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Merge pull request #97000 from danieldk/stdenv-darwin-unset-sdkroot

    stdenv: unset SDKROOT on Darwin
    danieldk committed Sep 14, 2020
    Copy the full SHA
    f92809b View commit details
    Browse the repository at this point in the history