summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/cstruct/lwt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/cstruct/lwt.nix')
-rw-r--r--pkgs/development/ocaml-modules/cstruct/lwt.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/cstruct/lwt.nix b/pkgs/development/ocaml-modules/cstruct/lwt.nix
index f340bfcda25e..113df1e89b5c 100644
--- a/pkgs/development/ocaml-modules/cstruct/lwt.nix
+++ b/pkgs/development/ocaml-modules/cstruct/lwt.nix
@@ -5,10 +5,10 @@ then cstruct
else
buildDunePackage {
- pname = "cstruct-lwt";
- inherit (cstruct) version src useDune2 meta;
+ pname = "cstruct-lwt";
+ inherit (cstruct) version src useDune2 meta;
minimumOCamlVersion = "4.02";
- propagatedBuildInputs = [ cstruct lwt ];
+ propagatedBuildInputs = [ cstruct lwt ];
}