coq: do not build CoqIDE for Coq 8.10

GTK3 at version 3.24.11 has broken pkg-config files
This commit is contained in:
Vincent Laporte 2019-10-15 09:19:25 +00:00 committed by Vincent Laporte
parent 1292f49a37
commit 0cc70b5697

View File

@ -7,7 +7,7 @@
{ stdenv, fetchFromGitHub, writeText, pkgconfig
, ocamlPackages, ncurses
, buildIde ? true
, buildIde ? !stdenv.lib.versionAtLeast version "8.10" # lablgtk3 cannot be built with GTK3 at version 3.24.11
, glib, gnome3, wrapGAppsHook
, darwin
, csdp ? null