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

Commits on Jul 11, 2018

  1. ghc821-binary: use glibc on musl

    These prebuilt binaries need to be used with glibc,
    it doesn't matter what we're using otherwise.
    
    This may seem a bit strange but has the huge advantage
    of not needing to create/host/download musl-specific variants,
    and instead continue to use the official ones from upstream.
    dtzWill committed Jul 11, 2018
    Copy the full SHA
    4a1d311 View commit details
    Browse the repository at this point in the history
  2. ghc821-binary: disable ld override w/musl

    Fixes conftest failure that I believe ends up
    using the wrong dynamic linker.
    dtzWill committed Jul 11, 2018
    Copy the full SHA
    b4c91a3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e065779 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Merge pull request #43369 from dtzWill/experimental/ghc-musl-bootstrap

    ghc: support musl-native!
    dtzWill committed Jul 12, 2018
    Copy the full SHA
    fcfd66c View commit details
    Browse the repository at this point in the history