My nixpkgs mirror for patching things.
Go to file
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
doc * Release notes. 2006-10-28 10:20:25 +00:00
maintainers * Don't sort the helper function sections. 2006-10-18 14:04:41 +00:00
pkgs * Move the substitution functions into stdenv (not merged yet). 2006-12-10 22:24:42 +00:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
STABLE * Move stuff. 2005-02-21 16:05:33 +00:00
VERSION * Bump the version number to 0.11. 2006-10-12 21:42:43 +00:00