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: 3a53ef08f1af
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 162a935d3cc9
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 26, 2019

  1. stdenv: Fix gcc -idirafter shell glob in cc-wrapper

    If an empty string is passed to `-idirafter`, it breaks gcc. This commit makes
    the stdenv less fragile by expanding out the shell glob and ensuring no empty
    arguments get passed.
    Ben Hipple committed Nov 26, 2019
    Copy the full SHA
    5f589d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Merge pull request #74226 from bhpdt/fix/idirafter-stdenv

    stdenv: Fix gcc -idirafter shell glob in cc-wrapper
    matthewbauer committed Dec 2, 2019
    Copy the full SHA
    162a935 View commit details
    Browse the repository at this point in the history