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 Add SmartOS native GCC path. 2013-02-28 20:04:04 +01:00
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 * Don't use the "replace-literal" command in stdenv; instead use 2012-01-19 13:47:26 +00:00
default.nix Prevent an unnecessary evaluation of lib 2014-08-09 12:45:18 +02:00