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
|
{ stdenv, fetchFromGitHub, writeText, pkgconfig
|
||||||
, ocamlPackages, ncurses
|
, ocamlPackages, ncurses
|
||||||
, buildIde ? true
|
, buildIde ? !(stdenv.isDarwin && stdenv.lib.versionAtLeast version "8.10")
|
||||||
, glib, gnome3, wrapGAppsHook
|
, glib, gnome3, wrapGAppsHook
|
||||||
, darwin
|
, darwin
|
||||||
, csdp ? null
|
, csdp ? null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user