nixpkgs/pkgs/development/ocaml-modules/ocamlmake/setup-hook.sh

6 lines
109 B
Bash

addOcamlMakefile () {
export OCAMLMAKEFILE="@out@/include/OCamlMakefile"
}
envHooks+=(addOcamlMakefile)