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.
wip/yesman
Paul Liétar 3 years ago committed by Vincent Laporte
parent 4c54b5575e
commit 6f8eb1e65a
  1. 2
      pkgs/applications/science/logic/coq/default.nix

@ -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…
Cancel
Save