nixpkgs/pkgs/development/tools
Marc Weber b56ed35851 replacing applyAndFun by lib.defaultOverridableDelayableArgs
applyAndFun has a bug resulting in the same arg beeing added more than
once when using a concatenating merge function for the attr set.

I've tried giving the function a name "overridableDelayableArgs" which
resembles its usage much more.

important refactoring:
  applyAndFun had .fun and .funMerge only when passing the merge
  function lib.mergeOrApply

  composableDerivation {
    initial = {
      ...
    };
  }

to

  overridableDelayableArgs has always .replace and .merge
  composableDerivation {} {
    ...
  }

svn path=/nixpkgs/trunk/; revision=14428
2009-03-06 23:21:28 +00:00
..
analysis * Valgrind 3.4.1. 2009-03-03 09:19:50 +00:00
build-managers cmake: added (low priority) expression for 2.6.3-rc-15. 2009-02-19 14:41:51 +00:00
cdecl Adding cdecl-2.5 2009-01-24 21:01:27 +00:00
documentation Doxygen 1.5.8. 2009-03-05 15:17:53 +00:00
guile * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
haskell/uuagc version bump to 0.9.7 2009-01-04 13:48:58 +00:00
java/jclasslib
literate-programming/noweb * Get rid of all references to nix.cs.uu.nl. 2008-11-14 16:57:19 +00:00
misc adjust packages to overridableDelayableArgs 2009-03-06 23:21:24 +00:00
parsing replacing applyAndFun by lib.defaultOverridableDelayableArgs 2009-03-06 23:21:28 +00:00
profiling OProfile 0.9.4. 2008-09-15 15:26:01 +00:00
selenium/remote-control Nix-expr style review 2008-01-31 10:41:04 +00:00