From 5fb8ee0ec66c2fe4a02bd5a8067b97598f251b9e Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sun, 7 Aug 2022 09:51:53 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.notty:=20disable=20for=20OCaml=20?= =?UTF-8?q?=E2=89=A5=204.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/notty/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/ocaml-modules/notty/default.nix b/pkgs/development/ocaml-modules/notty/default.nix index 2e53944a3068..0e9de5807ff3 100644 --- a/pkgs/development/ocaml-modules/notty/default.nix +++ b/pkgs/development/ocaml-modules/notty/default.nix @@ -5,6 +5,7 @@ with lib; if versionOlder ocaml.version "4.05" +|| versionAtLeast ocaml.version "4.14" then throw "notty is not available for OCaml ${ocaml.version}" else