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: 2ab42dcc9e22
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f764549bc80f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 30, 2020

  1. erlang: make configureFlags appending instead of overwriting

    The erlang `generic-builder` accepts a lot of arguments that would
    affect the `configureFlags` passed to `mkDerivation`. Though all these
    arguments would be without any effect if additionally `configureFlags`
    is passed and not the empty list.
    
    This change should make it easier to "compose" arbitrary erlang overrides.
    NobbZ committed Aug 30, 2020
    Copy the full SHA
    29ac9be View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Merge pull request #96668 from NobbZ/erlang-config-flags

    erlang: make `configureFlags` appending instead of overwriting
    worldofpeace committed Sep 8, 2020
    Copy the full SHA
    f764549 View commit details
    Browse the repository at this point in the history