File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
development/ocaml-modules/ocamlformat-mlx Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments