From 4f3868b72d19ed3bd3627e202c79eac21d3b9da6 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sat, 15 Sep 2018 13:17:12 +0000 Subject: [PATCH] =?UTF-8?q?ocaml=20=E2=89=A4=204.05:=20mark=20as=20broken?= =?UTF-8?q?=20on=20Aarch64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/compilers/ocaml/generic.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/compilers/ocaml/generic.nix b/pkgs/development/compilers/ocaml/generic.nix index 1ee6fee613c9..d2295d2d79b0 100644 --- a/pkgs/development/compilers/ocaml/generic.nix +++ b/pkgs/development/compilers/ocaml/generic.nix @@ -90,6 +90,7 @@ stdenv.mkDerivation (args // rec { ''; platforms = with platforms; linux ++ darwin; + broken = stdenv.isAarch64 && !stdenv.lib.versionAtLeast major_version "4.06"; }; })