Skip to content

Commit b6b5ced

Browse files
committed
ocamlPackages.ocamlformat-mlx: init at 0.26.2.0
1 parent b33f01b commit b6b5ced

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
lib,
3+
buildDunePackage,
4+
fetchFromGitHub,
5+
cmdliner,
6+
odoc,
7+
ocamlformat-mlx-lib,
8+
re,
9+
}:
10+
buildDunePackage rec {
11+
pname = "ocamlformat-mlx";
12+
minimalOcamlVersion = "4.08";
13+
14+
inherit (ocamlformat-mlx-lib) version src meta;
15+
16+
buildInputs = [
17+
cmdliner
18+
re
19+
odoc
20+
ocamlformat-mlx-lib
21+
];
22+
}

pkgs/top-level/ocaml-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ let
13491349

13501350
ocamlformat-lib = callPackage ../development/ocaml-modules/ocamlformat/ocamlformat-lib.nix { };
13511351

1352-
ocamlformat-mlx = callPackage ../development/ocaml-modules/ocamlformat-mlx/ocamlformat-mlx.nix { };
1352+
ocamlformat-mlx = callPackage ../development/ocaml-modules/ocamlformat-mlx { };
13531353

13541354
ocamlformat-mlx-lib = callPackage ../development/ocaml-modules/ocamlformat-mlx/lib.nix { };
13551355

0 commit comments

Comments
 (0)