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: 82f3cd631c12
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a22797d356f5
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 28, 2018

  1. {cc,bintools}-wrapper: also replace . in config

    Some configs will have dots for version numbers. To normalize we can
    just use _ again.
    matthewbauer committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    96ce1e0 View commit details
    Browse the repository at this point in the history
  2. systems: fix netbsd triple parsing

    binutils expects x86_64-unknown-netbsd<version> (only 3 parts!). Any other combo seems to fail.
    
    Also handle darwin versions similarly.
    
    /cc @Ericson2314
    matthewbauer committed Jul 28, 2018
    1 Configuration menu
    Copy the full SHA
    a22797d View commit details
    Browse the repository at this point in the history