coqPackages.fiat_HEAD: mark as broken with Coq ≥ 8.6

This commit is contained in:
Vincent Laporte 2017-10-22 20:48:18 +00:00
parent 6a44365573
commit 4ace0daa21
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -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";
};
}