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

Commits on Aug 8, 2017

  1. cc-wrapper: Fix adding directories to rpath

    This fixes a bug introduced in #27831: `for path in "$dir"/lib*.so` assumed that
    all libs match `lib*.so`, but 0767478 started
    adding libs that match `*.so` and `*.so.*`.
    orivej authored and globin committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    c8f7f18 View commit details
    Browse the repository at this point in the history
  2. cc-wrapper: Fix standalone gcc

    This ensures that all salted variables are defined even if the wrapped program
    is invoked outside nix-build environment.
    orivej authored and globin committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    c8e9dcc View commit details
    Browse the repository at this point in the history
  3. cc-wrapper: Fix standalone ld

    orivej authored and globin committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    a6e7dff View commit details
    Browse the repository at this point in the history