summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/fileutils
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/fileutils')
-rw-r--r--pkgs/development/ocaml-modules/fileutils/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/fileutils/default.nix b/pkgs/development/ocaml-modules/fileutils/default.nix
index 8c3c4275837..2fbbabfd36b 100644
--- a/pkgs/development/ocaml-modules/fileutils/default.nix
+++ b/pkgs/development/ocaml-modules/fileutils/default.nix
@@ -12,6 +12,8 @@ stdenv.mkDerivation {
 
   createFindlibDestdir = true;
 
+  preInstall = "make doc";
+
   meta = {
     homepage = https://forge.ocamlcore.org/projects/ocaml-fileutils/;
     platforms = ocaml.meta.platforms;