coq: make version 8.9 the default one

This commit is contained in:
Vincent Laporte 2019-08-14 12:50:22 +00:00 committed by Vincent Laporte
parent 19055cb3ec
commit 609d408970
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
patchPhase = ''
substituteInPlace ./configure \
--replace '|8.9.0' '|8.9.0|8.9.1' \
--replace '{toolprefix}gcc' '{toolprefix}cc'
'';

View file

@ -137,7 +137,7 @@ in rec {
coqPackages_8_9 = mkCoqPackages coq_8_9;
coqPackages_8_10 = mkCoqPackages coq_8_10;
coqPackages = recurseIntoAttrs (lib.mapDerivationAttrset lib.dontDistribute
coqPackages_8_8
coqPackages_8_9
);
coq = coqPackages.coq;