My nixpkgs mirror for patching things.
Go to file
Yury G. Kudryashov c4c17a7843 Fixed typo, added function add_to_var
The function for use in setup hooks. The syntax is very simple:

add_to_var varName needDir addDir prefix

If the directory $prefix$needDir exists, directory $prefix$addDir is added to
variable named varName (using PATH_DELIMITER as delimiter). If addDir is "", it
defaults to needDir (this is a most common case).

svn path=/nixpkgs/trunk/; revision=9496
2007-10-19 19:29:36 +00:00
doc * Bumped the version number to 0.12. 2007-09-12 10:44:09 +00:00
maintainers * Fixed some more URLs. 2007-09-11 11:15:37 +00:00
pkgs Fixed typo, added function add_to_var 2007-10-19 19:29:36 +00:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
default.nix * For convenience, provide a top-level Nix expression that simply 2007-04-26 14:32:57 +00:00
STABLE * Move stuff. 2005-02-21 16:05:33 +00:00
VERSION * Bumped the version number to 0.12. 2007-09-12 10:44:09 +00:00