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

Commits on Nov 30, 2018

  1. xcbuild: set -Wno-error

    gcc doesn’t know all of the specific flags here. It is easier to just
    set -Wno-error.
    matthewbauer committed Nov 30, 2018
    Copy the full SHA
    73d5376 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. darwin: 10.11 → 10.12

    Lots of stuff has gotten moved around. Many security libraries have been merged
    into the Security monorepo. I’ve cleared them out for now, we will
    need to modify Security to build them!
    
    This also moves some things around to more clearly separate
    bootstrapping the stdenv from everything else. We want the “normal”
    mode to be the non-bootstrapped version. When you ask for “Security”,
    you want the actual built software, not a crippled one.
    
    - Add TARGET_OS_OSX to darwin.libSystem. Looks like something
      introduced in 10.12. TARGET_OS_MAC is only set when building for
      desktop (iOS will have TARGET_OS_MAC set)
    - Bump darwin.dtrace
    - Bump darwin.libpthread
    - Remove SmartCardServices, libsecurity*, etc.
    - Install some more headers for darling.
    matthewbauer committed Dec 17, 2018
    Copy the full SHA
    e6f7f29 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Merge pull request #47678 from matthewbauer/landmarks

    Update macOS frameworks to 10.12
    matthewbauer committed Dec 18, 2018
    Copy the full SHA
    d1dfc92 View commit details
    Browse the repository at this point in the history