roconnor at theorem.ca wrote: > + postBuild = '' > + ensureDir $out/include > + ln -s $out/lib/ocaml/caml $out/include/caml > + ''; I'd prefer ln -sv to see this in the build log.