My nixpkgs mirror for patching things.
Go to file
Eelco Dolstra 05c884b471 * Utility: the generic substituter. It substitutes all occurences of
`@var@' in the file `src', writing the result to $out, where `var'
  is any environment variable starting with a lowercase character.
  Example:

    genericSubstituter {
      src = ./file;
      foo = "bla";
      shell = bash + "/bin/sh";
    };

  will replace `@foo@' with `bla' and `@shell@' with
  `/nix/store/...-bash-.../bin/sh'.

svn path=/nixpkgs/trunk/; revision=6928
2006-11-02 22:44:32 +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 * Utility: the generic substituter. It substitutes all occurences of 2006-11-02 22:44:32 +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