Skip to content
Commit 0b9d9ab2 authored by Benjamin Hipple's avatar Benjamin Hipple
Browse files

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.
parent 243cdbf2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment