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: 99ce48875c80
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7fe5b4567492
Choose a head ref
  • 3 commits
  • 34 files changed
  • 1 contributor

Commits on Oct 31, 2019

  1. Treewide: dont* Variables are optional in most cases

    A bit sed, with a few skipped case:
    
     - `dontPatchShebangs` because for some reason it wasn't a problem, yet.
     - cc-wrapper's `dontlink`, because it already is handled.
    Ericson2314 committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    24d056f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d6f2ce View commit details
    Browse the repository at this point in the history
  3. treewide: *Phase(s)? variables are optional

    If these aren't defined, the stdenv defaults are used in the `*Phase`
    case, or no extra phases are done, in the `*Phases` case.
    Ericson2314 committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    7fe5b45 View commit details
    Browse the repository at this point in the history