nixpkgs/pkgs/stdenv/generic
Tuomas Tynkkynen 3e9f76774a
nixpkgs release: Fix Darwin-only jobs
Currently the logic of generating nixpkgs Hydra jobs is to walk through
the pkgs evaluated for system = "x86_64-linux", collect any derivations
and their meta.platforms values. However, that doesn't work for
packages whose meta.platforms doesn't include x86_64-linux, as just
evaluating their meta attribute raises an error so they get skipped
completely.

As a less-intrusive fix (i.e. anything than rewriting the current package
enumeration logic), allow passing `config.allowUnsupportedSystem = true`
to permit evaluating packages regardless of their platform and use that
in the package listing phase.

Fixes #25200
2017-08-12 20:38:27 -07:00
..
builder.sh Merge remote-tracking branch 'upstream/master' into staging-base 2017-07-26 13:46:04 -04:00
check-meta.nix nixpkgs release: Fix Darwin-only jobs 2017-08-12 20:38:27 -07:00
default-builder.sh * "." -> "source". 2005-12-05 14:11:09 +00:00
default.nix top-level: {build,host,target}Platform are defined in the stdenv instead 2017-07-07 12:55:02 -04:00
make-derivation.nix mkDerivation: Fix errors from #27365 2017-07-15 13:47:21 -04:00
setup.sh stdenv: fix typo in setup.sh 2017-08-09 17:33:02 +01:00