mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 01:57:39 +00:00
ocamlPackages.omd: run configure hooks
This commit is contained in:
parent
204c1b2524
commit
483b311b17
@ -11,7 +11,11 @@ stdenv.mkDerivation {
|
||||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
configurePhase = "ocaml setup.ml -configure --prefix $out";
|
||||
configurePhase = ''
|
||||
runHook preConfigure
|
||||
ocaml setup.ml -configure --prefix $out
|
||||
runHook postConfigure
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Extensible Markdown library and tool in OCaml";
|
||||
|
Loading…
Reference in New Issue
Block a user