summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorPaul LieĢtar <paul@lietar.net>2021-03-12 12:04:27 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2021-03-23 08:17:13 +0100
commit6f8eb1e65a091ff48c836e81e4c43f6217bad71f (patch)
treecaed9bdfc4518a4a11e44f8bf4d8c23fcf265655 /pkgs/applications/science
parent4c54b5575e56ddd89c487ea16ae92da2bd087f76 (diff)
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.
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/logic/coq/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/logic/coq/default.nix b/pkgs/applications/science/logic/coq/default.nix
index 2ac5a7dd6718..560e8dd733af 100644
--- a/pkgs/applications/science/logic/coq/default.nix
+++ b/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,