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: 218ce4de5083
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0bfdab21cf69
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 15, 2018

  1. glibc, kernel-headers: Fix some eval errors on Darwin

    Need to get the source to get elf.h
    Ericson2314 committed Sep 15, 2018
    Copy the full SHA
    846b44b View commit details
    Browse the repository at this point in the history
  2. glibc: Expose the version

    Ericson2314 committed Sep 15, 2018
    Copy the full SHA
    2205bea View commit details
    Browse the repository at this point in the history
  3. elf-header: Init at <libc version>

    A little shim derivation to get this header for Darwin, where it is
    needed for cross compilation.
    
    There's no real reason to do glibc and musl like that, but as I'm
    maintaining it I suppose I can go overboard like that.
    Ericson2314 committed Sep 15, 2018
    Copy the full SHA
    b8ce6a3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #46574 from obsidiansystems/elf-header

    elf-header: Init at <libc version>
    Ericson2314 committed Sep 15, 2018
    Copy the full SHA
    0bfdab2 View commit details
    Browse the repository at this point in the history