From d2727446df79b4502c0eed65d32f881f1b699a51 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 30 Nov 2020 08:18:26 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.xtmpl:=20disable=20for=20OCaml=20?= =?UTF-8?q?=E2=89=A5=204.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/xtmpl/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/ocaml-modules/xtmpl/default.nix b/pkgs/development/ocaml-modules/xtmpl/default.nix index 2264f0dedbf..31c671538a5 100644 --- a/pkgs/development/ocaml-modules/xtmpl/default.nix +++ b/pkgs/development/ocaml-modules/xtmpl/default.nix @@ -2,6 +2,7 @@ , js_of_ocaml-ppx, re }: if stdenv.lib.versionOlder ocaml.version "4.03" +|| stdenv.lib.versionAtLeast ocaml.version "4.11" then throw "xtmpl not supported for ocaml ${ocaml.version}" else stdenv.mkDerivation rec {