nixpkgs/pkgs/stdenv
Eelco Dolstra e21b6b6ee5 * curl: build with OpenSSL (https) support by default.
* Some fetchurl-related refactoring.  The `realCurl' attribute is
  gone, `curl' is the real thing.  To prevent an infinite recursion in
  `fetchurl' (because it depends on curl and building curl needs
  fetchurl), curl and its dependencies (openssl, zlib, perl) use
  `fetchurlBoot', which is the fetchurl used by the previous bootstrap
  phase (e.g. the statically linked version of curl for
  stdenv-linux).  So as a result you can use https:// urls almost
  everywhere.

  There's also some hackery to prevent a different curl from being
  built in every stdenv-linux bootstrap phase (namely the
  stdenv.fetchurl attribute which allows fetchurl to be overriden
  everywhere).

svn path=/nixpkgs/trunk/; revision=11905
2008-05-27 07:49:55 +00:00
..
cygwin * curl: build with OpenSSL (https) support by default. 2008-05-27 07:49:55 +00:00
freebsd * curl: build with OpenSSL (https) support by default. 2008-05-27 07:49:55 +00:00
generic * curl: build with OpenSSL (https) support by default. 2008-05-27 07:49:55 +00:00
initial * Fix stdenv-initial. 2006-12-28 10:54:39 +00:00
linux * curl: build with OpenSSL (https) support by default. 2008-05-27 07:49:55 +00:00
mingw * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
native * gcc-wrapper: separately store the flags necessary to find GCC and 2006-10-24 18:26:23 +00:00
nix * curl: build with OpenSSL (https) support by default. 2008-05-27 07:49:55 +00:00
powerpc-darwin * curl: build with OpenSSL (https) support by default. 2008-05-27 07:49:55 +00:00
common-path.nix * substitute() in stdenv: use the replace program instead of awful 2008-02-13 14:23:09 +00:00
default.nix * Renamed the darwin stdenv to powerpc-darwin, since i686-darwin uses stdenv/nix. 2008-02-21 17:25:10 +00:00