summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-05-29 05:25:14 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2018-05-29 05:29:04 +0000
commitb0102f550153a98bd44e6efea1bdb030c1cf6507 (patch)
tree86090d1eebe267d7ab7b7c16018a288b61dc6aa9 /pkgs/development/ocaml-modules
parent0f51d1fa59c7844990765f6ce36ac7f3df5163a2 (diff)
downloadnixlib-b0102f550153a98bd44e6efea1bdb030c1cf6507.tar
nixlib-b0102f550153a98bd44e6efea1bdb030c1cf6507.tar.gz
nixlib-b0102f550153a98bd44e6efea1bdb030c1cf6507.tar.bz2
nixlib-b0102f550153a98bd44e6efea1bdb030c1cf6507.tar.lz
nixlib-b0102f550153a98bd44e6efea1bdb030c1cf6507.tar.xz
nixlib-b0102f550153a98bd44e6efea1bdb030c1cf6507.tar.zst
nixlib-b0102f550153a98bd44e6efea1bdb030c1cf6507.zip
ocamlPackages_4_02.async_ssl: remove redundancy
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/async_ssl.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/async_ssl.nix b/pkgs/development/ocaml-modules/janestreet/async_ssl.nix
index fdfd0338bb23..bc1977ce2d69 100644
--- a/pkgs/development/ocaml-modules/janestreet/async_ssl.nix
+++ b/pkgs/development/ocaml-modules/janestreet/async_ssl.nix
@@ -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; {