coq: disable CoqIDE on Darwin for Coq ≥ 8.10

wip/yesman
Vincent Laporte 4 years ago committed by Vincent Laporte
parent fa709922f3
commit 659a7ae963
  1. 2
      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

Loading…
Cancel
Save