about summary refs log tree commit diff
path: root/pkgs/development/compilers/opa
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/compilers/opa
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/compilers/opa')
-rw-r--r--pkgs/development/compilers/opa/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/opa/default.nix b/pkgs/development/compilers/opa/default.nix
index 9501b5a3a06e..7b9e00b105db 100644
--- a/pkgs/development/compilers/opa/default.nix
+++ b/pkgs/development/compilers/opa/default.nix
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ which perl jdk openssl coreutils zlib ncurses
     makeWrapper gcc binutils gnumake nodejs
   ] ++ (with ocamlPackages; [
-    ocaml findlib ocaml_ssl cryptokit camlzip ulex ocamlgraph camlp4
+    ocaml findlib ssl cryptokit camlzip ulex ocamlgraph camlp4
   ]);
 
   NIX_LDFLAGS = stdenv.lib.optionalString (!stdenv.isDarwin) "-lgcc_s";