Skip to content
Commit 9d5a7af4 authored by Austin Seipp's avatar Austin Seipp
Browse files

ocamlPackages.zarith: use buildOcaml instead of mkDerivation



This has two main advantages:

  - By setting hasSharedObjects = true, buildOcaml will automatically
include a setup-hook.sh that sets CAML_LD_LIBRARY_PATH in dependent
expressions. This is needed to pick up dllzarith.so properly which is
shipped as party of the library.

  - We can kill the ugly assert in the expression and instead change it
to use minimumSupportedOcamlVersion.

Signed-off-by: default avatarAustin Seipp <aseipp@pobox.com>
parent ee3949d7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment