coq: enable coqide on darwin

This was disabled a while ago, when itstool was broken on darwin.
Now that itstool works again, it can be re-enabled.
This commit is contained in:
Paul Liétar 2021-03-12 12:04:27 +00:00 committed by Vincent Laporte
parent 4c54b5575e
commit 6f8eb1e65a

View file

@ -8,7 +8,7 @@
{ lib, stdenv, fetchzip, writeText, pkg-config, gnumake42
, customOCamlPackages ? null
, ocamlPackages_4_05, ocamlPackages_4_09, ocamlPackages_4_10, ncurses
, buildIde ? !(stdenv.isDarwin && lib.versionAtLeast version "8.10")
, buildIde ? true
, glib, gnome3, wrapGAppsHook
, csdp ? null
, version, coq-version ? null,