nixpkgs/pkgs/stdenv/generic
Eelco Dolstra 12038d5586 * Allow hooks like preBuild to be set both through shell functions and
variables.  This is so you don't have to write things like

    preBuild=preBuild
    preBuild() {
      bla
    }

svn path=/nixpkgs/branches/stdenv-updates/; revision=13941
2009-02-01 21:28:02 +00:00
..
builder.sh * Merged most of the stdenv-updates branch. Some stuff didn't 2008-02-20 23:02:41 +00:00
default-builder.sh * "." -> "source". 2005-12-05 14:11:09 +00:00
default.nix * Folded the Cygwin, powerpc-darwin and FreeBSD stdenv into the "native" 2008-06-18 15:09:13 +00:00
docs.txt * The `patch' command is now part of stdenv, so it no longer needs to 2004-09-18 17:23:18 +00:00
setup.sh * Allow hooks like preBuild to be set both through shell functions and 2009-02-01 21:28:02 +00:00