Add a setup-hook to ocamlPackages.eliom, to look for distillery templates

This commit is contained in:
Florent Becker
2017-03-20 08:05:21 +00:00
committed by Vincent Laporte
parent addffa41b4
commit ac87d9ba8b
2 changed files with 7 additions and 0 deletions
@@ -0,0 +1,5 @@
addOcsigenDistilleryTemplate() {
addToSearchPathWithCustomDelimiter : ELIOM_DISTILLERY_PATH $1/eliom-distillery-templates
}
envHooks+=(addOcsigenDistilleryTemplate)