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: 3687a98b73d8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4f25405a7b12
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 29, 2019

  1. iterm2: fix build

    During iterm2's build, xcodebuild invokes $LD and passes it options such
    as -isysroot. These options are intended for the linker driver (clang),
    not for the linker directly. ld64 ($LD) does not recognize these
    options, causing iterm2's build to fail.
    
    Set $LD to $CC (clang) as intended, making iterm2's build succeed.
    strager committed Mar 29, 2019
    Copy the full SHA
    689e1ef View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. Merge pull request #58517 from strager/iterm2

    iterm2: fix build
    infinisil committed Mar 31, 2019
    Copy the full SHA
    4f25405 View commit details
    Browse the repository at this point in the history