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: e6f5583c6e0d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 61517de024cc
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 28, 2020

  1. libtapi: fix build, install phase and install name

    installTarget looks like a typo for installTargets. This causes a lot
    of llvm and clang to be built and installed.
    
    Clang is not intended to be an external dependency. The source bundle
    includes llvm and clang. Adding include paths and building clangBasic
    first is sufficient to use the internal clang components.
    thefloweringash committed Jul 28, 2020
    Copy the full SHA
    b418d4c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Copy the full SHA
    630f5d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Merge pull request #93912 from thefloweringash/cctools-tapi

    stdenv/darwin: enable tapi support in cctools
    matthewbauer committed Sep 11, 2020
    Copy the full SHA
    61517de View commit details
    Browse the repository at this point in the history