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:
parent
1292f49a37
commit
0cc70b5697
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
{ stdenv, fetchFromGitHub, writeText, pkgconfig
|
{ stdenv, fetchFromGitHub, writeText, pkgconfig
|
||||||
, ocamlPackages, ncurses
|
, 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
|
, glib, gnome3, wrapGAppsHook
|
||||||
, darwin
|
, darwin
|
||||||
, csdp ? null
|
, csdp ? null
|
||||||
|
Loading…
Reference in New Issue
Block a user