summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/cstruct/sexp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/cstruct/sexp.nix')
-rw-r--r--pkgs/development/ocaml-modules/cstruct/sexp.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/pkgs/development/ocaml-modules/cstruct/sexp.nix b/pkgs/development/ocaml-modules/cstruct/sexp.nix
index 04bb10d6f75e..742cb6522ebf 100644
--- a/pkgs/development/ocaml-modules/cstruct/sexp.nix
+++ b/pkgs/development/ocaml-modules/cstruct/sexp.nix
@@ -5,12 +5,11 @@ then cstruct
else
buildDunePackage rec {
- pname = "cstruct-sexp";
- inherit (cstruct) version src useDune2 meta;
+ pname = "cstruct-sexp";
+ inherit (cstruct) version src useDune2 meta;
- doCheck = lib.versionAtLeast ocaml.version "4.03";
- checkInputs = lib.optional doCheck alcotest;
+ doCheck = lib.versionAtLeast ocaml.version "4.03";
+ checkInputs = lib.optional doCheck alcotest;
- propagatedBuildInputs = [ cstruct sexplib ];
+ propagatedBuildInputs = [ cstruct sexplib ];
}
-