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

Commits on Sep 18, 2018

  1. mkDerivation: Make separateDebugInfo assertion lazier to match othe…

    …r assertions
    
    This is needed to access attributes of derivations on platforms where
    they cannot be built.
    Ericson2314 committed Sep 18, 2018
    Copy the full SHA
    2111e7b View commit details
    Browse the repository at this point in the history
  2. stdenv linux, stdenv cross: Harmonize extraNativeBuildInputs

    Want to make sure these are the same per host platform, without duplication.
    Ericson2314 committed Sep 18, 2018
    Copy the full SHA
    f2bb59e View commit details
    Browse the repository at this point in the history
  3. gccCrossStageStatic: Don't use MUSL, or any libc when targetting linux

    Only the regular GCC is built with a libc dependency.
    Ericson2314 committed Sep 18, 2018
    Copy the full SHA
    28a323e View commit details
    Browse the repository at this point in the history
  4. gcc: Clarify Disabling libmpx in cross stage static

    This isn't a MUSL thing, but just needed for cross compilation to x86.
    No one had tried this when all cross compilation was to linux + glibc,
    hence why no one noticed this until recently.
    Ericson2314 committed Sep 18, 2018
    Copy the full SHA
    2091133 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #46858 from obsidiansystems/darwin-to-linux-prep

    misc pkgs: various cross fixes in preparation for darwin->linux for 18.09
    Ericson2314 committed Sep 18, 2018
    Copy the full SHA
    5b053b4 View commit details
    Browse the repository at this point in the history