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

Commits on Aug 25, 2020

  1. stage-1 find-libs: initialise left to empty array

    declare -a is not sufficient to make the array variable actually
    exist, which resulted in the script failing when the target object did
    not have any DT_NEEDED entries. This in turn resulted in some
    initramfs libraries not having their rpaths patched to point to
    extra-utils, which in turn broke the extra-utils tests.
    lheckemann committed Aug 25, 2020
    Copy the full SHA
    27f0ca6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4f157f4 View commit details
    Browse the repository at this point in the history