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

Commits on Oct 27, 2019

  1. Fix handling of lists in whitelistedLicenses and blacklistedLicenses

    A package's meta.license can either be a single license or a list.  The
    code to check config.whitelistedLicenses and config.blackListedLicenses
    wasn't handling this, nor was the showLicense function.
    graham33 committed Oct 27, 2019
    Copy the full SHA
    b126055 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. Merge pull request #72070 from graham33/fix/license_list

    Fix handling of lists in whitelistedLicenses and blacklistedLicenses
    matthewbauer committed Nov 3, 2019
    Copy the full SHA
    a6a3958 View commit details
    Browse the repository at this point in the history