diff options
| author | Ali Caglayan <alizter@gmail.com> | 2023-06-08 00:13:24 +0200 |
|---|---|---|
| committer | Vincent Laporte <vbgl@users.noreply.github.com> | 2023-06-08 11:03:14 +0200 |
| commit | 38e8868abf6e373e40c19437ca3c3aa016130c61 (patch) | |
| tree | e0d15408e68535c940fd838d3a404cc4471a0395 | |
| parent | dune_3: 3.7.1 -> 3.8.1 (diff) | |
| download | nixpkgs-38e8868abf6e373e40c19437ca3c3aa016130c61.tar.gz | |
Update pkgs/development/tools/ocaml/dune/3.nix
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
(cherry picked from commit c25207dfa7bd20feff26e76552ef7f9133d59e1a)
| -rw-r--r-- | pkgs/development/tools/ocaml/dune/3.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ocaml/dune/3.nix b/pkgs/development/tools/ocaml/dune/3.nix index ae82799ceae4..7e1b458ea66c 100644 --- a/pkgs/development/tools/ocaml/dune/3.nix +++ b/pkgs/development/tools/ocaml/dune/3.nix @@ -1,4 +1,4 @@ -{ lib, stdenv, fetchurl, ocaml, findlib, darwin, ocaml-lsp, fetchFromGitHub }: +{ lib, stdenv, fetchurl, ocaml, findlib, darwin, ocaml-lsp }: if lib.versionOlder ocaml.version "4.08" then throw "dune 3 is not available for OCaml ${ocaml.version}" |
