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: c6aaeb3cc1b0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 59ec6b559d0a
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 15, 2018

  1. darwin: use llvm’s dsymutil instead of dummy version

    We were previously using a dummy wrapper for dsymutil. This meant that
    debug symbols were not getting generated when dsymutil was otherwise
    available. This should fix that issue & provide a real dsymutil from
    llvm.
    
    Fixes #52148.
    matthewbauer committed Dec 15, 2018
    Copy the full SHA
    0a996c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Merge pull request #52256 from matthewbauer/52148-fix

    Provide real dsymutil to darwin stdenv
    matthewbauer committed Dec 18, 2018
    Copy the full SHA
    59ec6b5 View commit details
    Browse the repository at this point in the history