nixpkgs/pkgs/applications/editors
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
..
bvi Nix-expr style review 2008-01-31 10:41:04 +00:00
eclipse * Get rid of all references to nix.cs.uu.nl. 2008-11-14 16:57:19 +00:00
eclipse-new using private mirror for eclipse 2008-10-26 18:19:25 +00:00
ed ed 1.2 2009-02-01 18:53:25 +00:00
emacs-21 * Get rid of all references to nix.cs.uu.nl. 2008-11-14 16:57:19 +00:00
emacs-22 GNU Emacs 22.3. 2008-09-08 12:10:22 +00:00
emacs-modes CEDET: Run the test suite the right way. 2009-03-03 19:45:04 +00:00
emacs-unicode GNU Emacs 23.x: D-Bus support. 2009-02-23 16:06:59 +00:00
jedit * Move jedit to editors/jedit. 2008-06-04 11:48:11 +00:00
joe meta.homepage added to several packages 2008-01-31 10:41:45 +00:00
kile Some fixes 2008-07-30 13:37:44 +00:00
monodevelop * Get rid of all references to nix.cs.uu.nl. 2008-11-14 16:57:19 +00:00
monodoc * Get rid of all references to nix.cs.uu.nl. 2008-11-14 16:57:19 +00:00
nano * Enable building of mod_proxy. 2008-02-18 14:59:48 +00:00
nedit meta.homepage added to several packages 2008-01-31 10:41:45 +00:00
vim replacing applyAndFun by lib.defaultOverridableDelayableArgs 2009-03-06 23:21:28 +00:00
vim-diet meta.homepage added to several packages 2008-01-31 10:41:45 +00:00
zile GNU Zile 2.3.3. 2009-03-03 19:35:56 +00:00