ocaml: num: add ability to link statically

This commit is contained in:
Alexander Bantyev
2019-11-20 14:32:19 +03:00
parent 08edfb6967
commit 81384e0f0c
2 changed files with 3 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ in
};
nativeBuildInputs = [ ocaml findlib ];
buildInputs = [ findlib ];
buildInputs = [ ocaml findlib ];
createFindlibDestdir = true;