nixpkgs/pkgs/build-support
Eelco Dolstra b00839299f * makeWrapper: new function that transparently takes care of creating
a wrapper script.  E.g.

    wrapProgram $out/bin/prog --set FOO bar

  will create a wrapper around "prog" so that the environment variable
  FOO is set to bar.  The original program is renamed to
  $out/bin/.wrapped-prog.
  
* Function makeSetupHook to convert a script into a setup hook which
  can be included in buildInputs.  This makes it easier to use scripts
  like makeWrapper.

* Added Bazaar, yet another distributed version management system.

svn path=/nixpkgs/trunk/; revision=10211
2008-01-18 10:29:58 +00:00
..
buildenv nixpkgs dir: nvidia and libsrvg 2007-05-28 14:10:46 +00:00
checker Fixed option checker after changin option format. 2007-11-10 13:35:50 +00:00
fetchcvs implemented proposal by niksnut. 2007-11-13 01:26:54 +00:00
fetchdarcs hash check removed because the nix system does it.. 2007-09-07 18:59:30 +00:00
fetchfile * "." -> "source". 2005-12-05 14:11:09 +00:00
fetchhg commented out avrdude which is using unstable lib functions, 2007-09-04 12:45:00 +00:00
fetchsvn svn path=/nixpkgs/trunk/; revision=9861 2007-12-04 22:06:13 +00:00
fetchurl * mirror:// for Gentoo distfiles. 2008-01-16 13:26:34 +00:00
gcc-cross-wrapper * Remove references to substitute.sh. 2006-12-27 18:17:53 +00:00
gcc-wrapper * Give the real GCC a lower priority than the GCC wrapper so that both 2007-05-31 13:00:49 +00:00
make-symlinks * "." -> "source". 2005-12-05 14:11:09 +00:00
make-wrapper * makeWrapper: new function that transparently takes care of creating 2008-01-18 10:29:58 +00:00
mono-dll-fixer * Remove references to substitute.sh. 2006-12-27 18:17:53 +00:00
native-darwin-cctools-wrapper * Add nmedit. 2006-07-14 17:17:01 +00:00
nuke-references * Turn the nukeRefs() function into a separate program. 2006-11-03 13:33:24 +00:00
opengl * /var/state -> /var/run. 2007-06-09 19:46:27 +00:00
substitute * Merge the new generic builder. 2006-12-27 18:14:57 +00:00