nixpkgs/pkgs/build-support
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
..
fetchcvs Added fetchcvs. 2006-05-11 12:36:16 +00:00
fetchdarcs * updated darcs to 1.0.5, added curl dependency 2006-01-30 11:18:38 +00:00
fetchfile * "." -> "source". 2005-12-05 14:11:09 +00:00
fetchsvn * Don't pollute /tmp. 2006-07-18 12:00:38 +00:00
fetchurl * Don't use EPSV. 2006-10-28 22:07:25 +00:00
gcc-cross-wrapper * nativeGlibc -> nativeLibc (gcc-cross-wrapper is probably broken 2006-10-27 13:44:17 +00:00
gcc-wrapper * Argggggghhhh. 2006-10-27 12:07:03 +00:00
make-symlinks * "." -> "source". 2005-12-05 14:11:09 +00:00
make-wrapper * F-spot: work properly if an incompatible Mono is in the PATH. 2005-03-13 20:43:04 +00:00
mono-dll-fixer * "." -> "source". 2005-12-05 14:11:09 +00:00
native-darwin-cctools-wrapper * Add nmedit. 2006-07-14 17:17:01 +00:00
opengl * A quick hack to get accelerated OpenGL working: just use the driver 2006-01-28 01:13:31 +00:00
substitute * Utility: the generic substituter. It substitutes all occurences of 2006-11-02 22:44:32 +00:00