Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9d55479e07421d1c02c4bbab9508bf5d0913c21b
      
https://github.com/NixOS/nixpkgs/commit/9d55479e07421d1c02c4bbab9508bf5d0913c21b
  Author: danbst <[email protected]>
  Date:   2017-02-12 (Sun, 12 Feb 2017)

  Changed paths:
    M lib/customisation.nix

  Log Message:
  -----------
  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.


  Commit: a5b8d468a504e0eedcda71de1694201806fb921d
      
https://github.com/NixOS/nixpkgs/commit/a5b8d468a504e0eedcda71de1694201806fb921d
  Author: Thomas Tuegel <[email protected]>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M lib/customisation.nix

  Log Message:
  -----------
  Merge pull request #18455 from danbst/override

add .overrideDerivation and .overrideAttrs to packages created with callPackages


Compare: https://github.com/NixOS/nixpkgs/compare/7483ba093222...a5b8d468a504
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to