coqPackages: move to a separate file and filter the package set

This commit is contained in:
Vincent Laporte
2017-12-18 15:30:36 +00:00
parent 3b367119ee
commit d9f41a5bce
9 changed files with 115 additions and 70 deletions
+3 -1
View File
@@ -30,7 +30,9 @@ 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";
};
passthru = {
compatibleCoqVersions = v: v == "8.5";
};
}