3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/top-level
Eelco Dolstra b763e1d520 * makeOverridable: call the override function "override" instead of
"function", which isn't very descriptive ;-)

  Also, the argument to "override" can be either a function (that
  takes the old arguments and returns the overriding arguments), or a
  plain attribute set that contains the overriding arguments.
  E.g. you can say

    nixUnstable.override { supportOldDBs = false; }

  and

    nixUnstable.override (oldArgs: { name = oldArgs.name + "-my-version"; })

svn path=/nixpkgs/trunk/; revision=14468
2009-03-09 15:49:58 +00:00
..
all-packages.nix * makeOverridable: call the override function "override" instead of 2009-03-09 15:49:58 +00:00
build-for-release.nix Build Doxygen. 2009-03-05 15:42:42 +00:00
builder-defs.nix * Split lib/default.nix into several files, as it had become a big 2009-02-09 16:51:03 +00:00
mingw.nix * Remove execute permission. 2006-09-11 13:37:46 +00:00
release.nix * Make building a tarball from a Subversion working copy faster by 2008-12-03 18:20:14 +00:00
template-composing+config.nix * Tab removal. 2008-07-23 13:40:03 +00:00
template-composing-builder.nix Added FBTerm - framebuffer terminal emulator 2008-12-08 12:44:42 +00:00
template-debian.nix * mirror://debian: stripped the /pool part; there are other Debian 2008-03-13 13:31:39 +00:00
template-simple.nix Just another simple template 2007-09-04 09:52:29 +00:00