coq: make version 8.9 the default one
This commit is contained in:
parent
19055cb3ec
commit
609d408970
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
substituteInPlace ./configure \
|
substituteInPlace ./configure \
|
||||||
|
--replace '|8.9.0' '|8.9.0|8.9.1' \
|
||||||
--replace '{toolprefix}gcc' '{toolprefix}cc'
|
--replace '{toolprefix}gcc' '{toolprefix}cc'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@ -137,7 +137,7 @@ in rec {
|
|||||||
coqPackages_8_9 = mkCoqPackages coq_8_9;
|
coqPackages_8_9 = mkCoqPackages coq_8_9;
|
||||||
coqPackages_8_10 = mkCoqPackages coq_8_10;
|
coqPackages_8_10 = mkCoqPackages coq_8_10;
|
||||||
coqPackages = recurseIntoAttrs (lib.mapDerivationAttrset lib.dontDistribute
|
coqPackages = recurseIntoAttrs (lib.mapDerivationAttrset lib.dontDistribute
|
||||||
coqPackages_8_8
|
coqPackages_8_9
|
||||||
);
|
);
|
||||||
coq = coqPackages.coq;
|
coq = coqPackages.coq;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user