aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/ppx_tools
diff options
context:
space:
mode:
authorAlexander Bantyev <balsoft75@gmail.com>2019-11-20 14:32:19 +0300
committerAlexander Bantyev <balsoft75@gmail.com>2019-11-26 18:03:55 +0300
commit81384e0f0c89c1fa04ede7cd09daf4e08071d31d (patch)
tree6bce2bd669895f16f22c2ba5caad81409c73877f /pkgs/development/ocaml-modules/ppx_tools
parent08edfb69671912c964cc734e58176c1902057ce8 (diff)
ocaml: num: add ability to link statically
Diffstat (limited to 'pkgs/development/ocaml-modules/ppx_tools')
-rw-r--r--pkgs/development/ocaml-modules/ppx_tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_tools/default.nix b/pkgs/development/ocaml-modules/ppx_tools/default.nix
index dab8149ccfa4..984906342bc5 100644
--- a/pkgs/development/ocaml-modules/ppx_tools/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_tools/default.nix
@@ -38,7 +38,7 @@ in
};
nativeBuildInputs = [ ocaml findlib ];
- buildInputs = [ findlib ];
+ buildInputs = [ ocaml findlib ];
createFindlibDestdir = true;