ocamlPackages.ctypes: 0.11.5 -> 0.13.1
This commit is contained in:
committed by
Vincent Laporte
parent
d8ab8ddae1
commit
7f327dfa63
@@ -1,10 +1,12 @@
|
||||
{stdenv, buildOcamlJane, fetchurl, async, comparelib, core, ctypes, openssl,
|
||||
fieldslib, herelib, pipebang, sexplib, ocaml_oasis}:
|
||||
{ stdenv, ocaml, buildOcamlJane, fetchurl, async, comparelib, core, ctypes
|
||||
, openssl, fieldslib, herelib, pipebang, sexplib, ocaml_oasis, integers
|
||||
}:
|
||||
|
||||
buildOcamlJane rec {
|
||||
name = "async_ssl";
|
||||
version = "113.33.07";
|
||||
hash = "0bhzpnmlx6dy4fli3i7ipjwqbsdi7fq171jrila5dr3ciy3841xs";
|
||||
postPatch = "export CAML_LD_LIBRARY_PATH=${integers}/lib/ocaml/${ocaml.version}/site-lib/stubslibs:$CAML_LD_LIBRARY_PATH";
|
||||
propagatedBuildInputs = [ ctypes async comparelib core fieldslib
|
||||
herelib pipebang sexplib openssl ocaml_oasis ];
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user