ocamlPackages.nocrypto: use opaline

This commit is contained in:
Vincent Laporte 2018-06-02 14:54:51 +00:00
parent 94445ed4bc
commit 98e8e95136
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -22,10 +22,7 @@ stdenv.mkDerivation rec {
ppx_sexp_conv ]; ppx_sexp_conv ];
propagatedBuildInputs = [ cstruct zarith sexplib ] ++ optional withLwt cstruct-lwt; propagatedBuildInputs = [ cstruct zarith sexplib ] ++ optional withLwt cstruct-lwt;
buildPhase = '' buildPhase = "${topkg.buildPhase} --with-lwt ${boolToString withLwt}";
LD_LIBRARY_PATH=${cpuid}/lib/ocaml/${ocaml.version}/site-lib/stubslibs/ \
${topkg.buildPhase} --with-lwt ${boolToString withLwt}
'';
inherit (topkg) installPhase; inherit (topkg) installPhase;
meta = { meta = {