Find a file
Eelco Dolstra 39c3cd4259 * Get rid of all the phase wrapper functions, just do that generically
in genericBuild.  This also means that you can override a phase
  function by redefining it, like

    buildPhase() {
      ... do something ...
    }

  and you still get the log nesting stuff.

* GNUmakefile is also a valid makefile name.

* Evaluate the variables $preHook and $postHook to allow more stdenv
  overrideability.

svn path=/nixpkgs/branches/stdenv-updates/; revision=10786
2008-02-20 17:10:36 +00:00
doc * Bumped the version number to 0.12. 2007-09-12 10:44:09 +00:00
maintainers * Description of the current coding conventions in Nixpkgs / NixOS. Comments welcome. 2008-01-31 10:39:01 +00:00
pkgs * Get rid of all the phase wrapper functions, just do that generically 2008-02-20 17:10:36 +00:00
COPYING
default.nix * For convenience, provide a top-level Nix expression that simply 2007-04-26 14:32:57 +00:00
STABLE
VERSION * Bumped the version number to 0.12. 2007-09-12 10:44:09 +00:00