nixpkgs/pkgs/stdenv
Yury G. Kudryashov c4c17a7843 Fixed typo, added function add_to_var
The function for use in setup hooks. The syntax is very simple:

add_to_var varName needDir addDir prefix

If the directory $prefix$needDir exists, directory $prefix$addDir is added to
variable named varName (using PATH_DELIMITER as delimiter). If addDir is "", it
defaults to needDir (this is a most common case).

svn path=/nixpkgs/trunk/; revision=9496
2007-10-19 19:29:36 +00:00
..
cygwin * nativeGlibc -> nativeLibc (gcc-cross-wrapper is probably broken 2006-10-27 13:44:17 +00:00
darwin * nativeGlibc -> nativeLibc (gcc-cross-wrapper is probably broken 2006-10-27 13:44:17 +00:00
freebsd * nativeGlibc -> nativeLibc (gcc-cross-wrapper is probably broken 2006-10-27 13:44:17 +00:00
generic Fixed typo, added function add_to_var 2007-10-19 19:29:36 +00:00
initial * Fix stdenv-initial. 2006-12-28 10:54:39 +00:00
linux * Rebuilt the bootstrap binaries, mostly to fix curl (DNS resolution 2007-01-22 15:08:16 +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 * gcc-wrapper: separately store the flags necessary to find GCC and 2006-10-24 18:26:23 +00:00
common-path.nix * Remove redundant files, move path.nix around a bit. 2006-07-14 08:35:59 +00:00
default.nix * __currentSystem is evil. 2006-10-29 00:05:17 +00:00