ocamlPackages.ssl: 0.5.3 -> 0.5.4

This commit is contained in:
Vincent Laporte
2017-10-05 17:09:50 +00:00
parent eeda400b30
commit 9e754a6f86
6 changed files with 13 additions and 13 deletions

View File

@@ -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";