about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/uri
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/uri
parent1bb95d8409aabcc9ee52045771b7c9109336fc2f (diff)
downloadnixlib-3b0cd74f553e94afa6677358b196a7173dbae7a8.tar
nixlib-3b0cd74f553e94afa6677358b196a7173dbae7a8.tar.gz
nixlib-3b0cd74f553e94afa6677358b196a7173dbae7a8.tar.bz2
nixlib-3b0cd74f553e94afa6677358b196a7173dbae7a8.tar.lz
nixlib-3b0cd74f553e94afa6677358b196a7173dbae7a8.tar.xz
nixlib-3b0cd74f553e94afa6677358b196a7173dbae7a8.tar.zst
nixlib-3b0cd74f553e94afa6677358b196a7173dbae7a8.zip
ocamlPackages.janeStreet: 0.10 -> 0.11
Diffstat (limited to 'pkgs/development/ocaml-modules/uri')
-rw-r--r--pkgs/development/ocaml-modules/uri/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/uri/default.nix b/pkgs/development/ocaml-modules/uri/default.nix
index 5059ef24aa32..c846cca1282f 100644
--- a/pkgs/development/ocaml-modules/uri/default.nix
+++ b/pkgs/development/ocaml-modules/uri/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, ocaml, findlib, jbuilder, ppx_sexp_conv, ounit
-, ppx_deriving, re, sexplib, stringext
+, re, sexplib, stringext
 }:
 
 stdenv.mkDerivation rec {
@@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
 
   unpackCmd = "tar -xjf $curSrc";
 
-  buildInputs = [ ocaml findlib jbuilder ppx_sexp_conv ounit ];
-  propagatedBuildInputs = [ ppx_deriving re sexplib stringext ];
+  buildInputs = [ ocaml findlib jbuilder ounit ];
+  propagatedBuildInputs = [ ppx_sexp_conv re sexplib stringext ];
 
   buildPhase = "jbuilder build";