aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/cohttp
diff options
context:
space:
mode:
authorMatthew Maurer <matthew.r.maurer@gmail.com>2016-09-13 20:21:56 -0400
committerMatthew Maurer <matthew.r.maurer@gmail.com>2016-09-14 02:35:48 -0400
commitfc4b5786cd185ca255ac41d27dc4bcf292ba6aa7 (patch)
treebe40a0a44a619e395ccf193367f0d0100a187eb9 /pkgs/development/ocaml-modules/cohttp
parent3eb02d9f386576790ba6d8544779aa3b980e972f (diff)
sexplib: 112.24.01 -> 112.24.01/113.33.03
PPX/P4 split
Diffstat (limited to 'pkgs/development/ocaml-modules/cohttp')
-rw-r--r--pkgs/development/ocaml-modules/cohttp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/cohttp/default.nix b/pkgs/development/ocaml-modules/cohttp/default.nix
index 0fa44a2cd7f..dcf3c8c13d7 100644
--- a/pkgs/development/ocaml-modules/cohttp/default.nix
+++ b/pkgs/development/ocaml-modules/cohttp/default.nix
@@ -1,4 +1,4 @@
-{stdenv, buildOcaml, fetchurl, cmdliner, re, uri, fieldslib_p4, sexplib, conduit,
+{stdenv, buildOcaml, fetchurl, cmdliner, re, uri, fieldslib_p4, sexplib_p4, conduit,
stringext, base64, magic-mime, ounit, alcotest, lwt ? null,
async ? null, async_ssl ? null}:
@@ -14,7 +14,7 @@ buildOcaml rec {
};
buildInputs = [ alcotest ];
- propagatedBuildInputs = [ cmdliner re uri fieldslib_p4 sexplib sexplib
+ propagatedBuildInputs = [ cmdliner re uri fieldslib_p4 sexplib_p4 sexplib_p4
conduit stringext base64 magic-mime ounit async
async_ssl lwt ];