nixpkgs/pkgs/stdenv
Eelco Dolstra 7dfbf0eba7 * Move the substitution functions into stdenv (not merged yet).
* If the environment variable buildCommand is set, then eval that
  instead of doing the build phases.  This is used by the runCommand
  function in all-packages.nix to allow one-lines like

    foo = runCommand "foo" {} "mkdir $out; echo foo > $out/foo";
    

svn path=/nixpkgs/trunk/; revision=7298
2006-12-10 22:24:42 +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 * Move the substitution functions into stdenv (not merged yet). 2006-12-10 22:24:42 +00:00
initial * Filter out the meta attribute, again. 2006-03-24 16:07:42 +00:00
linux * Latest bootstrap binaries for x86_64. 2006-10-30 13:40:18 +00:00
mingw Added /usr/local/bin to the initial search path to support Massala 2006-11-13 10:09:56 +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