coqPackages.fiat_HEAD: mark as broken with Coq ≥ 8.6
This commit is contained in:
parent
6a44365573
commit
4ace0daa21
@ -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";
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user