ocamlPackages.omd: run configure hooks

authored by Vincent Laporte and committed by Vincent Laporte 483b311b 204c1b25

+5 -1
+5 -1
pkgs/development/ocaml-modules/omd/default.nix
··· 11 12 createFindlibDestdir = true; 13 14 - configurePhase = "ocaml setup.ml -configure --prefix $out"; 15 16 meta = { 17 description = "Extensible Markdown library and tool in OCaml";
··· 11 12 createFindlibDestdir = true; 13 14 + configurePhase = '' 15 + runHook preConfigure 16 + ocaml setup.ml -configure --prefix $out 17 + runHook postConfigure 18 + ''; 19 20 meta = { 21 description = "Extensible Markdown library and tool in OCaml";