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

Commits on Oct 30, 2019

  1. glibc: Fix building with musl on GCC 8.

    GCC 8 introduced new warnings that were picked up by -Werror;
    this commit makes them non-errors until fixed upstream.
    
    See
    
    * #68244 (comment)
    * nh2/static-haskell-nix#56
    
    This commit takes care to not change the derivation for non-musl builds.
    nh2 committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    08ec575 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Merge pull request #71480 from nh2/glibc-musl-gcc8-werror-fixes

    glibc: Fix building with musl on GCC 8
    nh2 committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    def9d09 View commit details
    Browse the repository at this point in the history