nixpkgs/pkgs/stdenv
Eelco Dolstra 2def8e7499 Remove addHook
Just use bash arrays directly. I.e.

  addHook preConfigure myPreConfigure

is now

  preConfigureHooks+=(myPreConfigure)
2014-08-09 12:45:53 +02:00
..
generic Remove addHook 2014-08-09 12:45:53 +02:00
linux Prevent an unnecessary evaluation of lib 2014-08-09 12:45:18 +02:00
native
nix Prevent an unnecessary evaluation of lib 2014-08-09 12:45:18 +02:00
adapters.nix Typo/comment 2014-04-22 18:42:44 +02:00
common-path.nix
default.nix Prevent an unnecessary evaluation of lib 2014-08-09 12:45:18 +02:00