about summary refs log tree commit diff
path: root/pkgs/development/coq-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-10-22 20:48:18 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-10-22 20:48:18 +0000
commit4ace0daa21c69b80ff896b497c55ba0db06eace8 (patch)
tree0afb7abefd458af7baad3b09c0180678007f2507 /pkgs/development/coq-modules
parent6a44365573ae1746c415d344c74cda24310f0984 (diff)
coqPackages.fiat_HEAD: mark as broken with Coq ≥ 8.6
Diffstat (limited to 'pkgs/development/coq-modules')
-rw-r--r--pkgs/development/coq-modules/fiat/HEAD.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/coq-modules/fiat/HEAD.nix b/pkgs/development/coq-modules/fiat/HEAD.nix
index fe9f3307b7aa8..dc411763da5c6 100644
--- a/pkgs/development/coq-modules/fiat/HEAD.nix
+++ b/pkgs/development/coq-modules/fiat/HEAD.nix
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
     description = "A library for the Coq proof assistant for synthesizing efficient correct-by-construction programs from declarative specifications";
     maintainers = with maintainers; [ jwiegley ];
     platforms = coq.meta.platforms;
+    broken = stdenv.lib.versionAtLeast coq.coq-version "8.6";
   };
 
 }