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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e0d2b0a8a50c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 30cbba9061f8
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 8, 2017

  1. treewide: get rid of invalid buildPhases argument

    I don't know where this comes from (I accidentally did that as well
    once), but some derivations seem to use `buildPhases` rather than
    `phases` in their derivations.
    
    This kills all improper usages as the lack of a `phases` argument
    didn't break the build, so this can be safely removed.
    Ma27 committed Nov 8, 2017
    Copy the full SHA
    161e80e View commit details

Commits on Nov 11, 2017

  1. Merge pull request #31390 from Ma27/fix-buildphase-expressions

    treewide: get rid of invalid `buildPhases` argument
    orivej authored Nov 11, 2017
    Copy the full SHA
    30cbba9 View commit details
Loading