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: 12a19002cc16
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: fc99c337edd2
Choose a head ref
  • 7 commits
  • 9 files changed
  • 1 contributor

Commits on Nov 21, 2018

  1. systems/parse: add older x86 architectures

    i386, i486, i586 are added. These may have issues as many places
    assume i686 is the only valid 32 bit x86 architecture.
    matthewbauer committed Nov 21, 2018
    Copy the full SHA
    4b00cfe View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4e68511 View commit details
    Browse the repository at this point in the history
  3. ao: replace with libfive

    ao has been renamed to libfive. Because there’s already a libfive
    package, we can just remove the old ao package. No packages appear to
    depend directly on it.
    matthewbauer committed Nov 21, 2018
    Copy the full SHA
    3e6d7a2 View commit details
    Browse the repository at this point in the history
  4. mdbtools: 0.6pre1 -> 0.7.1

    Also remove mbdtools_git. This was older than mbdtools!
    matthewbauer committed Nov 21, 2018
    Copy the full SHA
    f4bf6ba View commit details
    Browse the repository at this point in the history
  5. arb-git: remove

    Older than the stable version
    matthewbauer committed Nov 21, 2018
    Copy the full SHA
    5ad5708 View commit details
    Browse the repository at this point in the history
  6. libvpx-git: remove

    Older than the stable version.
    matthewbauer committed Nov 21, 2018
    Copy the full SHA
    3d6f6e3 View commit details
    Browse the repository at this point in the history
  7. make-derivation: don’t disallow propagated native inputs

    propagateNativeBuildInputs will end up going in the output derivation.
    This case is allowed to end up in references because of that. Sorry
    for the disruption!
    
    Fixes #50865
    matthewbauer committed Nov 21, 2018
    Copy the full SHA
    fc99c33 View commit details
    Browse the repository at this point in the history