about summary refs log tree commit diff
path: root/pkgs/applications/science/logic
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-10-15 09:19:25 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2019-10-16 02:43:46 +0000
commit0cc70b5697d2e9bf77edc7ac0935f1da10b385ac (patch)
tree4763a1e0c818d4dd0256771db44c1e3c0165eda9 /pkgs/applications/science/logic
parent1292f49a3777d7c1bcdbc2c9f320d15921d74503 (diff)
downloadnixlib-0cc70b5697d2e9bf77edc7ac0935f1da10b385ac.tar
nixlib-0cc70b5697d2e9bf77edc7ac0935f1da10b385ac.tar.gz
nixlib-0cc70b5697d2e9bf77edc7ac0935f1da10b385ac.tar.bz2
nixlib-0cc70b5697d2e9bf77edc7ac0935f1da10b385ac.tar.lz
nixlib-0cc70b5697d2e9bf77edc7ac0935f1da10b385ac.tar.xz
nixlib-0cc70b5697d2e9bf77edc7ac0935f1da10b385ac.tar.zst
nixlib-0cc70b5697d2e9bf77edc7ac0935f1da10b385ac.zip
coq: do not build CoqIDE for Coq 8.10
GTK3 at version 3.24.11 has broken pkg-config files
Diffstat (limited to 'pkgs/applications/science/logic')
-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 9eb32a33d5d3..460887dec807 100644
--- a/pkgs/applications/science/logic/coq/default.nix
+++ b/pkgs/applications/science/logic/coq/default.nix
@@ -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