From 53bd6cf417c82203d67e2a25611b05c119dc6d16 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 4 Aug 2017 16:14:41 +0000 Subject: [PATCH] =?UTF-8?q?ocamlPackages.ocamlnet:=20mark=20as=20broken=20?= =?UTF-8?q?with=20OCaml=20=E2=89=A5=204.05?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/ocamlnet/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/ocaml-modules/ocamlnet/default.nix b/pkgs/development/ocaml-modules/ocamlnet/default.nix index fc7640cc0c94..82747b7a8764 100644 --- a/pkgs/development/ocaml-modules/ocamlnet/default.nix +++ b/pkgs/development/ocaml-modules/ocamlnet/default.nix @@ -40,5 +40,6 @@ stdenv.mkDerivation { maintainers = [ stdenv.lib.maintainers.z77z ]; + broken = stdenv.lib.versionAtLeast ocaml.version "4.05"; }; }