summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-10-05 05:57:03 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-10-05 08:39:50 +0000
commitc06e5a8d64c978e7adf66f6a00e573635b6930e2 (patch)
treefa185873d74f9e43c06e03ca5e2d2e03c3fcc9fa /pkgs/development/tools/ocaml
parent184f80aeb8c70f21f82b89eafc789e8a91504a8d (diff)
downloadnixlib-c06e5a8d64c978e7adf66f6a00e573635b6930e2.tar
nixlib-c06e5a8d64c978e7adf66f6a00e573635b6930e2.tar.gz
nixlib-c06e5a8d64c978e7adf66f6a00e573635b6930e2.tar.bz2
nixlib-c06e5a8d64c978e7adf66f6a00e573635b6930e2.tar.lz
nixlib-c06e5a8d64c978e7adf66f6a00e573635b6930e2.tar.xz
nixlib-c06e5a8d64c978e7adf66f6a00e573635b6930e2.tar.zst
nixlib-c06e5a8d64c978e7adf66f6a00e573635b6930e2.zip
ocamlPackages.react: 1.2.0 -> 1.2.1
Diffstat (limited to 'pkgs/development/tools/ocaml')
-rw-r--r--pkgs/development/tools/ocaml/utop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ocaml/utop/default.nix b/pkgs/development/tools/ocaml/utop/default.nix
index 0f73f4c54afc..404bf08e74ee 100644
--- a/pkgs/development/tools/ocaml/utop/default.nix
+++ b/pkgs/development/tools/ocaml/utop/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, bash, ocaml, findlib, ocamlbuild, camlp4, ocaml_react
+{ stdenv, fetchurl, bash, ocaml, findlib, ocamlbuild, camlp4
 , lambdaTerm, ocaml_lwt, camomile, zed, cppo, ppx_tools, makeWrapper
 }: