Files
nixpkgs/pkgs
Nicolas B. Pierron 7f3a4f4287 Swap conditions of stdenvOverrides to prevent infinite loops while evaluating stdenvCross.
While evaluating the derivation of xbursttools:
  the condition `pkgs.stdenv ? overrides` causes the evaluation of
  `stdenvCross`.  This evaluation comes too early during the execution, as
  it prevents the resolution of names such as `pkgs.lib`, and
  `stdenvAdapaters.makeStdenvCross`, which we want to take from `pkgs`
  instead of `self` in following patches.

By swapping the conditions, we effectively make the resolution of `pkgs.lib`
and `stdenvAdapaters.makeStdenvCross` possible through the pkgs attribute.
2016-03-20 14:31:26 +00:00
..
2016-03-19 00:23:45 +03:00
2016-03-20 17:07:31 +03:00
2016-03-20 02:31:24 -07:00
2016-03-19 21:01:20 +01:00
2016-03-19 23:08:58 -04:00
2016-03-17 15:59:04 +02:00
2016-03-20 13:23:31 +01:00