mkCoqDerivation: use COQMF_COQLIB for dev versions of Coq
This commit is contained in:
parent
087513bc11
commit
7136060765
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ let
|
|||
] "") + optionalString (v == null) "-broken";
|
||||
append-version = p: n: p + display-pkg n "" coqPackages.${n}.version + "-";
|
||||
prefix-name = foldl append-version "" namePrefix;
|
||||
var-coqlib-install = (optionalString (versions.isGe "8.7" coq.coq-version) "COQMF_") + "COQLIB";
|
||||
var-coqlib-install =
|
||||
(optionalString (versions.isGe "8.7" coq.coq-version || coq.coq-version == "dev") "COQMF_") + "COQLIB";
|
||||
useDune2 = args.useDune2 or (useDune2ifVersion fetched.version);
|
||||
in
|
||||
|
||||
|
|
Loading…
Reference in a new issue