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

Commits on Sep 23, 2018

  1. Remove dead code from stdenv check-meta license logic

    The `unfree` and `unfreeRedistributable` licenses both have `free = false`,
    which will trigger the first portion of logic. This removes dead code to
    simplify the logic.
    
    As a follow-up, I plan to add an attribute `redistributable = [true|false]`,
    which can be used by Hydra to determine whether a given package with a given
    license can be included in the channel.
    bhipple committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    0b9d9ab View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. Merge pull request #47230 from bhipple/fix/licenses

    Remove dead code from stdenv check-meta license logic
    matthewbauer committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    93834fe View commit details
    Browse the repository at this point in the history