nixpkgs/pkgs/system
Eelco Dolstra 16c0047575 * Use a 2-stage bootstrap for creating the standard build environment
(stdenv) on Linux.  The previous 1-stage bootstrap was insufficient,
  because the tools in stdenv where built by native tools.  For
  instance, the Nix bash had a reference to /lib/libncurses.  This
  doesn't happen with a 2-stage bootstrap, since the bash built in
  stage 2 will be built with the gcc built in stage 1, which doesn't
  search in the "standard" locations.

  Motto: "Disparaging the boot is a bootable offense."

svn path=/nixpkgs/trunk/; revision=809
2004-02-19 16:33:10 +00:00
..
all-packages-generic.nix * Added net-tools (for ifconfig, route, hostname). 2004-02-19 12:46:35 +00:00
all-packages.nix * Use a 2-stage bootstrap for creating the standard build environment 2004-02-19 16:33:10 +00:00
i686-linux.nix * Added some missing semicolons. 2003-12-21 20:52:13 +00:00
populate-cache.nix * Add bittorrent to the cache. 2004-02-17 20:08:01 +00:00
populate-linkdirs.pl * Renamed pkgs-ng to pkgs. 2003-11-14 09:59:13 +00:00
stdenvs.nix * Use a 2-stage bootstrap for creating the standard build environment 2004-02-19 16:33:10 +00:00