nixpkgs/pkgs/stdenv/generic
Benjamin Hipple 0b9d9ab256 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.
2018-09-23 12:48:02 -04:00
..
builder.sh stdenvs: Distinguish between extraBuildInputs and extraNativeBuildInputs 2017-08-18 12:02:13 -04:00
check-meta.nix Remove dead code from stdenv check-meta license logic 2018-09-23 12:48:02 -04:00
default-builder.sh
default.nix top-level, stdenv: Make system and stdenv.system describe the hostPlatform. 2018-09-06 08:33:51 -04:00
make-derivation.nix mkDerivation: Make separateDebugInfo assertion lazier to match other assertions 2018-09-18 16:25:19 -04:00
setup.sh stdenv/build-support: support .tbz and .txz tarballs 2018-07-30 15:30:16 -04:00