Loading pkgs/development/ocaml-modules/ocamlformat-mlx/default.nix 0 → 100644 +22 −0 Original line number Diff line number Diff line { lib, buildDunePackage, fetchFromGitHub, cmdliner, odoc, ocamlformat-mlx-lib, re, }: buildDunePackage rec { pname = "ocamlformat-mlx"; minimalOcamlVersion = "4.08"; inherit (ocamlformat-mlx-lib) version src meta; buildInputs = [ cmdliner re odoc ocamlformat-mlx-lib ]; } pkgs/top-level/ocaml-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1349,7 +1349,7 @@ let ocamlformat-lib = callPackage ../development/ocaml-modules/ocamlformat/ocamlformat-lib.nix { }; ocamlformat-mlx = callPackage ../development/ocaml-modules/ocamlformat-mlx/ocamlformat-mlx.nix { }; ocamlformat-mlx = callPackage ../development/ocaml-modules/ocamlformat-mlx { }; ocamlformat-mlx-lib = callPackage ../development/ocaml-modules/ocamlformat-mlx/lib.nix { }; Loading Loading
pkgs/development/ocaml-modules/ocamlformat-mlx/default.nix 0 → 100644 +22 −0 Original line number Diff line number Diff line { lib, buildDunePackage, fetchFromGitHub, cmdliner, odoc, ocamlformat-mlx-lib, re, }: buildDunePackage rec { pname = "ocamlformat-mlx"; minimalOcamlVersion = "4.08"; inherit (ocamlformat-mlx-lib) version src meta; buildInputs = [ cmdliner re odoc ocamlformat-mlx-lib ]; }
pkgs/top-level/ocaml-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1349,7 +1349,7 @@ let ocamlformat-lib = callPackage ../development/ocaml-modules/ocamlformat/ocamlformat-lib.nix { }; ocamlformat-mlx = callPackage ../development/ocaml-modules/ocamlformat-mlx/ocamlformat-mlx.nix { }; ocamlformat-mlx = callPackage ../development/ocaml-modules/ocamlformat-mlx { }; ocamlformat-mlx-lib = callPackage ../development/ocaml-modules/ocamlformat-mlx/lib.nix { }; Loading