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 11 12 12 createFindlibDestdir = true; 13 13 14 - configurePhase = "ocaml setup.ml -configure --prefix $out"; 14 + configurePhase = '' 15 + runHook preConfigure 16 + ocaml setup.ml -configure --prefix $out 17 + runHook postConfigure 18 + ''; 15 19 16 20 meta = { 17 21 description = "Extensible Markdown library and tool in OCaml";