3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs
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
..
applications My attempts to build Thunderbird3beta on Xulrunner. Maybe it is impossible; if not - there are some things others could reuse... 2009-03-07 17:18:48 +00:00
build-support * We don't need all that src.outPath / src.path hackery anymore. 2009-03-06 16:53:44 +00:00
configs/etc d'oh, don't actually gzip it 2006-03-08 19:25:44 +00:00
data * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
desktops Fixed detection of PCI utils 2009-03-09 15:43:05 +00:00
development Added CUPS administration tools in kdeadmin 2009-03-09 13:29:37 +00:00
games Adding neverball 1.5.0, which comes with neverputt. Fun. 2009-03-04 17:28:25 +00:00
lib moved debugging functions into lib module "debug" 2009-03-06 23:21:35 +00:00
misc replacing applyAndFun by lib.defaultOverridableDelayableArgs 2009-03-06 23:21:28 +00:00
os-specific/linux bump powertop to 1.11 2009-03-09 13:53:48 +00:00
servers Updated Squid 2009-03-08 12:29:34 +00:00
shells adding cvs zsh version because it has better hg, tg completion support 2008-12-22 18:36:26 +00:00
stdenv * More refactoring: move all the stdenv adapter functions (like 2009-02-10 15:48:30 +00:00
test Add a new way to handle option sets. 2008-08-05 17:16:35 +00:00
tools * Latest unstable version. 2009-03-09 15:27:23 +00:00
top-level * makeOverridable: call the override function "override" instead of 2009-03-09 15:49:58 +00:00