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

Commits on Nov 5, 2018

  1. treewide: get rid of osx cmake flags

    Flags that we now set globally:
    
    - CMAKE_OSX_SYSROOT
    - CMAKE_OSX_DEPLOYMENT_TARGET
    
    can now be removed.
    
    (cherry picked from commit 8742d5d)
    matthewbauer committed Nov 5, 2018
    Copy the full SHA
    21eeb00 View commit details
    Browse the repository at this point in the history
  2. talloc: use fixDarwinDylibNames

    The makefile isn’t setting install_name properly causing issues on
    macOS. fixDarwinDylibNames seems to fix this.
    matthewbauer committed Nov 5, 2018
    Copy the full SHA
    ada49ba View commit details
    Browse the repository at this point in the history
  3. notmuch: cleanup

    matthewbauer committed Nov 5, 2018
    Copy the full SHA
    a35dae7 View commit details
    Browse the repository at this point in the history