coq: disable CoqIDE on Darwin for Coq ≥ 8.10
This commit is contained in:
parent
fa709922f3
commit
659a7ae963
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue