ocamlPackages.react: 1.2.0 -> 1.2.1

This commit is contained in:
Vincent Laporte
2017-10-05 08:39:50 +00:00
parent 184f80aeb8
commit c06e5a8d64
11 changed files with 27 additions and 36 deletions
@@ -1,5 +1,5 @@
{ stdenv, buildOcaml, fetchzip, which, cryptopp, ocaml, findlib, ocamlbuild, camlp4
, ocaml_react, ocaml_ssl, libev, pkgconfig, ncurses, ocaml_oasis, glib
, react, ocaml_ssl, libev, pkgconfig, ncurses, ocaml_oasis, glib
, ppx_tools, result, cppo
, ppxSupport ? stdenv.lib.versionAtLeast ocaml.version "4.02"
, version ? if stdenv.lib.versionAtLeast ocaml.version "4.02" then "2.7.1" else "2.6.0"
@@ -30,7 +30,7 @@ buildOcaml rec {
++ stdenv.lib.optional ppxSupport ppx_tools;
propagatedBuildInputs = [ result ]
++ optionals [ ocaml_react ocaml_ssl ]
++ optionals [ react ocaml_ssl ]
++ [ libev ];
configureScript = "ocaml setup.ml -configure";