On Sat, Feb 23, 2019 at 09:50:38AM +0100, Gabriel Hondet wrote: > * gnu/packages/ocaml.scm (ocaml-menhir): Update to 20181113. Thanks! > + (replace 'build > + (lambda _ > + (invoke "make" "-f" "Makefile" "USE_OCAMLFIND=true" "all") > + #t)) > + (replace 'install > + (lambda _ > + (invoke "make" "-f" "Makefile" "install") > #t))))) Can you add comments explaining why these phases are replaced?