From a104d2b18cf9021e014d06073c45a0c8d2f6bef6 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 26 Feb 2021 17:35:46 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.dune=5F1:=20disable=20for=20OCaml?= =?UTF-8?q?=20=E2=89=A5=204.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/tools/ocaml/dune/1.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/ocaml/dune/1.nix b/pkgs/development/tools/ocaml/dune/1.nix index bbdbc45270d0..a16b3ab23f22 100644 --- a/pkgs/development/tools/ocaml/dune/1.nix +++ b/pkgs/development/tools/ocaml/dune/1.nix @@ -1,6 +1,7 @@ { stdenv, lib, fetchurl, ocaml, findlib }: if !lib.versionAtLeast ocaml.version "4.02" +|| lib.versionAtLeast ocaml.version "4.12" then throw "dune is not available for OCaml ${ocaml.version}" else