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: e0d2b0a8a50c
Choose a base ref
...
head repository: NixOS/nixpkgs
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
    Configuration menu
    Copy the full SHA
    161e80e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

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

    treewide: get rid of invalid `buildPhases` argument
    orivej committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    30cbba9 View commit details
    Browse the repository at this point in the history