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: 333d0f885915
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 30f171d3e28b
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 24, 2018

  1. libiberty, libbfd: Make hash less fickle

    These shouldn't respond to targetPlatform, but previously did. The
    reason is somewhat complex: they would rely on the sources of gcc and
    binutils, respectively, which *do* depend on the target platform.
    Obviously the source is the same in all cases, but when those packages
    are no longer preserved from bootstrapping stages their `src` attributes
    use a different fetchurl resulting in a changed hash.
    Ericson2314 committed Feb 24, 2018
    Copy the full SHA
    1c00a8a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fe5ae8b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7748972 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #35441 from obsidiansystems/android-clean

    android sdk, libibert, libbfd: Clean ups
    Ericson2314 committed Feb 24, 2018
    Copy the full SHA
    30f171d View commit details
    Browse the repository at this point in the history