nixpkgs/pkgs
Eelco Dolstra b0f2d3419c Allow multiple hooks with the same name
You can now register multiple values per named hook, e.g.

  addHook preConfigure "echo foo"
  addHook preConfigure "echo bar"

will cause ‘runHook preConfigure’ to run both ‘echo foo’ and ‘echo
bar’ (in that order). It will also call the shell function
preConfigure() or eval the shell variable $preConfigure, if
defined. Thus, if you don't call addHook, it works like the old hook
mechanism.

Allowing multiple hooks makes stdenv more modular and extensible. For
instance, multiple setup hooks can define a preFixup hook, and all of
these will be executed.
2014-08-09 12:44:48 +02:00
..
applications blender: Optionally build with CUDA support 2014-08-09 12:37:46 +02:00
build-support fetchgit: make deterministic with leaveDotGit (close #3392) 2014-08-08 21:51:29 +02:00
data Merge pull request #3211 from ttuegel/adobe-fonts 2014-08-08 21:52:59 +02:00
desktops Merge remote-tracking branch 'origin/master' into staging. 2014-08-04 16:51:47 +02:00
development chicken: broken on darwin 2014-08-09 12:29:27 +02:00
games LambdaHack: disable Hydra builds for this package 2014-08-09 00:39:52 +02:00
misc ppsspp: update to 0.9.9 2014-08-09 02:49:50 +02:00
os-specific checkpolicy: mark as broken for ZHF 2014-08-09 11:42:18 +02:00
servers Merge 'staging' into master 2014-08-08 20:13:23 +02:00
shells Merge 'staging' into master 2014-08-08 20:13:23 +02:00
stdenv Allow multiple hooks with the same name 2014-08-09 12:44:48 +02:00
test
tools Merge pull request #3497 from madjar/nox 2014-08-09 12:33:17 +02:00
top-level nox: Added expression 2014-08-09 12:30:38 +02:00