danbst 9d55479e07 add .overrideDerivation and .overrideAttrs to packages created with callPackages/callPackagesWith
nix/nixUnstable, tomcatN and postgresqlNN use `callPackages` pattern, they have .override
attribute, but lack .overrideDerivation and recent .overrideAttrs.
Packages created with `callPackage` have all of those. Because .overrideDerivation function
is used in public, without this we can break code when refactoring callPackage -> callPackages.
2017-02-12 14:00:28 +00:00
..
2016-12-04 01:39:51 +01:00
2016-06-26 02:05:45 +02:00
2016-08-29 17:50:06 +02:00
2016-11-17 22:21:18 -05:00
2017-01-30 11:44:08 +01:00
2017-02-02 01:53:00 +03:00