aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/ipaddr
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-07-05 19:40:30 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2018-07-05 19:40:31 +0000
commit3b0cd74f553e94afa6677358b196a7173dbae7a8 (patch)
tree8368b3d13f62f086e607713552091169b5943a72 /pkgs/development/ocaml-modules/ipaddr
parent1bb95d8409aabcc9ee52045771b7c9109336fc2f (diff)
ocamlPackages.janeStreet: 0.10 -> 0.11
Diffstat (limited to 'pkgs/development/ocaml-modules/ipaddr')
-rw-r--r--pkgs/development/ocaml-modules/ipaddr/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/ipaddr/default.nix b/pkgs/development/ocaml-modules/ipaddr/default.nix
index 14cbae6c6f8b..20d558e37c1a 100644
--- a/pkgs/development/ocaml-modules/ipaddr/default.nix
+++ b/pkgs/development/ocaml-modules/ipaddr/default.nix
@@ -1,5 +1,6 @@
{ stdenv, buildOcaml, fetchurl, ocamlbuild, findlib
-, jbuilder, sexplib, ppx_sexp_conv, ppx_deriving }:
+, jbuilder, sexplib, ppx_sexp_conv
+}:
buildOcaml rec {
name = "ipaddr";
@@ -10,8 +11,8 @@ buildOcaml rec {
sha256 = "1amb1pbm9ybpxy6190qygpj6nmbzzs2r6vx4xh5r6v89szx9rfxw";
};
- buildInputs = [ findlib ocamlbuild jbuilder ppx_sexp_conv ];
- propagatedBuildInputs = [ ppx_deriving sexplib ];
+ buildInputs = [ findlib ocamlbuild jbuilder ];
+ propagatedBuildInputs = [ ppx_sexp_conv sexplib ];
inherit (jbuilder) installPhase;