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: 38e23aeda3f7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a648a07c19ae
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 25, 2020

  1. linux bootstrap tools: fix tests on ppc64

    The dynamic loader on powerpc64 is called ld64.so.2 rather than
    ld-linux.so.*, and was not matched by the existing pattern.
    
    We reuse the dynamicLinker name from binutils to match a wider set
    of platforms and to avoid specifying this information in two places.
    r-burns committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    9682c1d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    a648a07 View commit details
    Browse the repository at this point in the history