coqPackages.smtcoq: disable for Coq > 8.13

main
Vincent Laporte 2 years ago
parent e9d3fe8f28
commit f393892bb3
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
  1. 4
      pkgs/development/coq-modules/smtcoq/default.nix

@ -9,8 +9,8 @@ mkCoqDerivation {
release."itp22".sha256 = "sha256-CdPfgDfeJy8Q6ZlQeVCSR/x8ZlJ2kSEF6F5UnAespnQ=";
inherit version;
defaultVersion = with versions; switch [ coq.version mathcomp.version ] [
{ cases = [ (isGe "8.13") ]; out = "itp22"; }
defaultVersion = with versions; switch coq.version [
{ case = isEq "8.13"; out = "itp22"; }
] null;
propagatedBuildInputs = [ trakt cvc4 ] ++ lib.optionals (!stdenv.isDarwin) [ veriT ];

Loading…
Cancel
Save