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: cfa4e0ac149b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b300dddae1a9
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 20, 2018

  1. xcbuild: only override version with 1 arg

    sometimes we want the "SDK" version from xcbuild so we do something
    like:
    
    $ xcbuild -version -sdk MacOSX10.10
    SDKSettings.plist - MacOSX10.10 (MacOSX10.10)
    SDKVersion: 10.10
    Path: /nix/store/6k7crm1n4drf09ga0dwvbmb59x4zl2i2-SDKs/MacOSX10.10.sdk
    PlatformPath: /nix/store/vhfwb1znfy65s2xs27j8xribk6mp6lbw-Platforms/MacOSX.platform
    ProductName: Mac OS X
    ProductVersion: 10.10
    
    This was previously overriden by the current xcode version so you
    would get:
    
    Xcode 9.4.1
    Build version 17E189
    
    This should fix the other usage of -version in nodejs 6.x.
    matthewbauer committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    b300ddd View commit details
    Browse the repository at this point in the history