summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/eliom
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-10-05 17:09:50 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-10-05 17:09:50 +0000
commit9e754a6f86eefe47332031b63eb0088c76f8a985 (patch)
tree8ec7264ba0ed0c2a69b87496c68283a2b0ba4e2d /pkgs/development/ocaml-modules/eliom
parenteeda400b300ab1252911820d149ae5dd1bffe9f1 (diff)
downloadnixlib-9e754a6f86eefe47332031b63eb0088c76f8a985.tar
nixlib-9e754a6f86eefe47332031b63eb0088c76f8a985.tar.gz
nixlib-9e754a6f86eefe47332031b63eb0088c76f8a985.tar.bz2
nixlib-9e754a6f86eefe47332031b63eb0088c76f8a985.tar.lz
nixlib-9e754a6f86eefe47332031b63eb0088c76f8a985.tar.xz
nixlib-9e754a6f86eefe47332031b63eb0088c76f8a985.tar.zst
nixlib-9e754a6f86eefe47332031b63eb0088c76f8a985.zip
ocamlPackages.ssl: 0.5.3 -> 0.5.4
Diffstat (limited to 'pkgs/development/ocaml-modules/eliom')
-rw-r--r--pkgs/development/ocaml-modules/eliom/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/eliom/default.nix b/pkgs/development/ocaml-modules/eliom/default.nix
index b981aa548e0b..42afec7e439d 100644
--- a/pkgs/development/ocaml-modules/eliom/default.nix
+++ b/pkgs/development/ocaml-modules/eliom/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, which, ocsigen_server, ocsigen_deriving, ocaml,
   js_of_ocaml, react, lwt, calendar, cryptokit, tyxml,
-  ipaddr, ocamlnet, ocaml_ssl, ocaml_pcre, ocaml_optcomp,
+  ipaddr, ocamlnet, ssl, ocaml_pcre, ocaml_optcomp,
   reactivedata, opam, ppx_tools, ppx_deriving, findlib
 , ocamlbuild
 }:
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec
 
   propagatedBuildInputs = [ lwt reactivedata tyxml ipaddr ocsigen_server ppx_deriving
                             ocsigen_deriving js_of_ocaml
-                            calendar cryptokit ocamlnet react ocaml_ssl ocaml_pcre ];
+                            calendar cryptokit ocamlnet react ssl ocaml_pcre ];
 
   installPhase = "opam-installer -i --prefix=$out --libdir=$OCAMLFIND_DESTDIR";