mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
ocamlPackages.nocrypto: use opaline
This commit is contained in:
parent
94445ed4bc
commit
98e8e95136
1 changed files with 1 additions and 4 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue