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: 87067dc471a1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ef35406c09e1
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Sep 26, 2017

  1. cc-wrapper: Use stdenvNoCC to build

    cc-wrapper may wrap a cc-compiler, but it doesn't need one to build
    itself. (c.f. expand-response-params is a separate derivation.) This
    helps avoid cycles on the cross stuff, in addition to removing a
    useless dependency edge.
    
    I could have been super careful with overrides in the stdenv to avoid
    the mass rebuild, but I don't think it's worth it.
    Ericson2314 committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    d349f9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef35406 View commit details
    Browse the repository at this point in the history