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
..
applications gitlab: remove unused parameter 2016-03-19 22:04:12 +00:00
build-support fetchbower: quote parameter to prevent ambigious redirects if version specifiers have wildcards 2016-03-18 12:06:01 +00:00
data tzdata: 2016a -> 2016b 2016-03-19 00:23:45 +03:00
desktops Merge pull request #13850 from abbradar/e20 2016-03-14 02:28:58 +03:00
development Merge pull request #14003 from cstrahan/go-ide-packages 2016-03-20 00:16:25 +00:00
games ioquake3: 2016-02-18 -> 2016-03-15 2016-03-20 17:07:31 +03:00
misc vim-plugins: add airline-themes 2016-03-20 02:31:24 -07:00
os-specific fuse: 2.9.3 -> 2.9.5 2016-03-19 21:01:20 +01:00
servers unifi: 4.7.6 -> 4.8.14 2016-03-19 23:08:58 -04:00
shells oh-my-zsh: 2016-02-27 -> 2016-03-11 2016-03-15 10:34:10 -04:00
stdenv ARM stdenv: Update bootstrap tools 2016-03-17 15:59:04 +02:00
test Replace references to all-packages.nix, by references to the top-level of nixpkgs repository. 2016-03-13 18:25:52 +00:00
tools datamash: 1.0.6 -> 1.0.7 2016-03-20 13:23:31 +01:00
top-level Swap conditions of stdenvOverrides to prevent infinite loops while evaluating stdenvCross. 2016-03-20 14:31:26 +00:00