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: 7fe5b4567492
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b27cf98aa893
Choose a head ref
  • 4 commits
  • 36 files changed
  • 1 contributor

Commits on Oct 31, 2019

  1. Configuration menu
    Copy the full SHA
    900c83f View commit details
    Browse the repository at this point in the history
  2. treewide: Make still dont* Variables are optional in most cases

    Go beyond the obvious setup hooks now, with a bit of sed, with a skipped case:
    
     - cc-wrapper's `dontlink`, because it already is handled.
    
    Also, in nix files escaping was manually added.
    
    EMP
    Ericson2314 committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    f4230da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88101dd View commit details
    Browse the repository at this point in the history
  4. 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
    b27cf98 View commit details
    Browse the repository at this point in the history