Files
nixpkgs/pkgs/development/compilers
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
..
2008-04-23 07:34:20 +00:00
2009-01-11 22:49:44 +00:00
2008-03-18 13:44:27 +00:00
2009-01-18 14:04:34 +00:00
2009-02-19 13:32:07 +00:00
2008-05-06 07:01:50 +00:00
2009-02-02 12:42:00 +00:00
2008-05-07 18:37:55 +00:00