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: f3370b02d967
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a3990c9f6ddf
Choose a head ref
  • 5 commits
  • 12 files changed
  • 1 contributor

Commits on Apr 30, 2019

  1. treewide: make -Wno-error flags clang-only

    In 724e833, I was a little too aggressive in enabling these flags.
    Many don’t work in gcc, and we should probably avoid settings them
    widely. This makes those flags optional on isclang
    matthewbauer committed Apr 30, 2019
    Copy the full SHA
    74c784a View commit details
    Browse the repository at this point in the history
  2. nix: use llvm6 on clang

    nix-2.2.2 only works with libcxx 6. We should only set the stdenv to
    clang when we are already using clang. Also, nixUnstable does support
    libcxx 7.
    matthewbauer committed Apr 30, 2019
    Copy the full SHA
    c82bb31 View commit details
    Browse the repository at this point in the history
  3. jackaudio: reenable on darwin

    Apply patch to fix darwin build.
    matthewbauer committed Apr 30, 2019
    Copy the full SHA
    6e7cc80 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c0c1d74 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #60447 from matthewbauer/macos-10-12-fixups

    Fixup from macos-10-12 branch
    matthewbauer committed Apr 30, 2019
    Copy the full SHA
    a3990c9 View commit details
    Browse the repository at this point in the history