ocamlPackages.omd: run configure hooks
This commit is contained in:
parent
204c1b2524
commit
483b311b17
1 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,11 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
|
|
||||||
configurePhase = "ocaml setup.ml -configure --prefix $out";
|
configurePhase = ''
|
||||||
|
runHook preConfigure
|
||||||
|
ocaml setup.ml -configure --prefix $out
|
||||||
|
runHook postConfigure
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Extensible Markdown library and tool in OCaml";
|
description = "Extensible Markdown library and tool in OCaml";
|
||||||
|
|
Loading…
Reference in a new issue