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

Commits on May 12, 2018

  1. darwin.architecture: correctly install headers

    I’m not going to fix all of them but this is the best way to do this
    in Apple things. Just add ‘EXPORT_DSTDIR’ to the installFlags & set
    ‘DSTDIR’ to $(out). Please do this instead of the patching!
    matthewbauer committed May 12, 2018
    Copy the full SHA
    d000198 View commit details
    Browse the repository at this point in the history
  2. darwin.libSystem: cleanup

    We don’t want to rely on a certain output so just use ‘getDev’ so Nix
    will choose the right output for us.
    matthewbauer committed May 12, 2018
    Copy the full SHA
    326d0bf View commit details
    Browse the repository at this point in the history