mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
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
|
{ lib, stdenv, fetchzip, writeText, pkg-config, gnumake42
|
||||||
, customOCamlPackages ? null
|
, customOCamlPackages ? null
|
||||||
, ocamlPackages_4_05, ocamlPackages_4_09, ocamlPackages_4_10, ncurses
|
, ocamlPackages_4_05, ocamlPackages_4_09, ocamlPackages_4_10, ncurses
|
||||||
, buildIde ? !(stdenv.isDarwin && lib.versionAtLeast version "8.10")
|
, buildIde ? true
|
||||||
, glib, gnome3, wrapGAppsHook
|
, glib, gnome3, wrapGAppsHook
|
||||||
, csdp ? null
|
, csdp ? null
|
||||||
, version, coq-version ? null,
|
, version, coq-version ? null,
|
||||||
|
|
Loading…
Reference in a new issue