coq: disable CoqIDE on Darwin for Coq ≥ 8.10

This commit is contained in:
Vincent Laporte 2020-01-28 09:42:52 +01:00 committed by Vincent Laporte
parent fa709922f3
commit 659a7ae963
1 changed files with 1 additions and 1 deletions

View File

@ -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