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:
parent
4c54b5575e
commit
6f8eb1e65a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user