Skip to content

Commit

Permalink
mkCoqDerivation: fix useDune2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 authored and vbgl committed Jun 10, 2021
1 parent c58707d commit 4899590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/coq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ let
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";
useDune2 = args.useDune2 or useDune2ifVersion fetched.version;
useDune2 = args.useDune2 or (useDune2ifVersion fetched.version);
in

stdenv.mkDerivation (removeAttrs ({
Expand Down

0 comments on commit 4899590

Please sign in to comment.