From 659a7ae963d4f8316b72efb76edcb3ae498bc6a7 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 28 Jan 2020 09:42:52 +0100 Subject: [PATCH] =?UTF-8?q?coq:=20disable=20CoqIDE=20on=20Darwin=20for=20C?= =?UTF-8?q?oq=20=E2=89=A5=208.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/applications/science/logic/coq/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/logic/coq/default.nix b/pkgs/applications/science/logic/coq/default.nix index ac001540e097..665a2336cad7 100644 --- a/pkgs/applications/science/logic/coq/default.nix +++ b/pkgs/applications/science/logic/coq/default.nix @@ -7,7 +7,7 @@ { stdenv, fetchFromGitHub, writeText, pkgconfig , ocamlPackages, ncurses -, buildIde ? true +, buildIde ? !(stdenv.isDarwin && stdenv.lib.versionAtLeast version "8.10") , glib, gnome3, wrapGAppsHook , darwin , csdp ? null