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: cecec1f74468
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3cfdf8eb2396
Choose a head ref
  • 5 commits
  • 8 files changed
  • 1 contributor

Commits on Jan 7, 2019

  1. llvm3.{8,9}: use old CMAKE_INSTALL_NAME_DIR value

    adcf4aa broke these two. The old way
    seems to work and might still avoid the original lldb issues.
    matthewbauer committed Jan 7, 2019
    Copy the full SHA
    09ff770 View commit details
    Browse the repository at this point in the history
  2. darwin.diskdev_cmds: fix build with dsymutil

    xcbuild doesn’t handle dsymutil correctly. fuser.pl does not contain
    debug symbols, but xcbuild doesn’t handle this like xcodebuild does.
    So, just disable the debug information. We probably should do this in
    more places using xcbuild, but it requires some arbitrary patching.
    matthewbauer committed Jan 7, 2019
    Copy the full SHA
    2bbec30 View commit details
    Browse the repository at this point in the history
  3. darwin.make-bootstrap-tools: remove dsymutil

    This hopefully is not needed for the bootstrap tools. Needs more testing.
    matthewbauer committed Jan 7, 2019
    Copy the full SHA
    d02bb3c View commit details
    Browse the repository at this point in the history
  4. darwin: fix more *_cmds derivation

    Doh
    matthewbauer committed Jan 7, 2019
    Copy the full SHA
    ed61487 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #53539 from matthewbauer/darwin-fixes4

    Fixes for recent darwin changes
    matthewbauer committed Jan 7, 2019
    Copy the full SHA
    3cfdf8e View commit details
    Browse the repository at this point in the history