ocamlPackages_4_02.async_ssl: remove redundancy

This commit is contained in:
Vincent Laporte 2018-05-29 05:25:14 +00:00
parent 0f51d1fa59
commit b0102f5501
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -6,7 +6,6 @@ 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; {