summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/cohttp/lwt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/cohttp/lwt.nix')
-rw-r--r--pkgs/development/ocaml-modules/cohttp/lwt.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/ocaml-modules/cohttp/lwt.nix b/pkgs/development/ocaml-modules/cohttp/lwt.nix
index 04f81e8e8df4..36831d946132 100644
--- a/pkgs/development/ocaml-modules/cohttp/lwt.nix
+++ b/pkgs/development/ocaml-modules/cohttp/lwt.nix
@@ -7,10 +7,10 @@ then throw "cohttp-lwt is not available for ppx_sexp_conv version ${ppx_sexp_con
else
buildDunePackage {
- pname = "cohttp-lwt";
- inherit (cohttp) version src useDune2 meta;
+ pname = "cohttp-lwt";
+ inherit (cohttp) version src useDune2 meta;
- buildInputs = [ uri ppx_sexp_conv ];
+ buildInputs = [ uri ppx_sexp_conv ];
- propagatedBuildInputs = [ cohttp ocaml_lwt logs ];
+ propagatedBuildInputs = [ cohttp ocaml_lwt logs ];
}