coq: default to version 8.17

This commit is contained in:
Vincent Laporte 2023-04-13 08:57:33 +02:00
parent 0697e32ae1
commit e11ba0e7e1
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
2 changed files with 2 additions and 2 deletions

View File

@ -14483,7 +14483,7 @@ with pkgs;
comby = callPackage ../development/tools/comby { };
inherit (coqPackages) compcert;
inherit (coqPackages_8_16) compcert;
computecpp-unwrapped = callPackage ../development/compilers/computecpp { };
computecpp = wrapCCWith rec {

View File

@ -183,7 +183,7 @@ in rec {
coqPackages_8_15 = mkCoqPackages coq_8_15;
coqPackages_8_16 = mkCoqPackages coq_8_16;
coqPackages_8_17 = mkCoqPackages coq_8_17;
coqPackages = recurseIntoAttrs coqPackages_8_16;
coqPackages = recurseIntoAttrs coqPackages_8_17;
coq = coqPackages.coq;
}