summary refs log tree commit diff
path: root/pkgs/development/coq-modules/bignums
diff options
context:
space:
mode:
authorCyril Cohen <cohen@crans.org>2021-02-19 19:34:30 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-05-12 06:11:43 +0200
commit7e589a45ef86abf9a6a737d9730925b81ee663b4 (patch)
treeeda31fd68603f623bdbb845f091a7e1c03b663d3 /pkgs/development/coq-modules/bignums
parenta34b9c1f1cac783ca27ac2ee8bb63beb7b915287 (diff)
downloadnixpkgs-7e589a45ef86abf9a6a737d9730925b81ee663b4.tar
nixpkgs-7e589a45ef86abf9a6a737d9730925b81ee663b4.tar.gz
nixpkgs-7e589a45ef86abf9a6a737d9730925b81ee663b4.tar.bz2
nixpkgs-7e589a45ef86abf9a6a737d9730925b81ee663b4.tar.lz
nixpkgs-7e589a45ef86abf9a6a737d9730925b81ee663b4.tar.xz
nixpkgs-7e589a45ef86abf9a6a737d9730925b81ee663b4.tar.zst
nixpkgs-7e589a45ef86abf9a6a737d9730925b81ee663b4.zip
coqPackages: etc
- use propagatedBuildInputs to make sure ocaml plugin stuff is in path
- updated coqPackage.heq (broken url)
- fixed use of `DESTDIR` and `COQMF_COQLIB` in mkCoqDerivation
- adding `COQCORELIB` environement variable to put ocaml plugin files in the right place
- make metaFetch available from `coqPackages`
Diffstat (limited to 'pkgs/development/coq-modules/bignums')
-rw-r--r--pkgs/development/coq-modules/bignums/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/coq-modules/bignums/default.nix b/pkgs/development/coq-modules/bignums/default.nix
index 0001ae1ded4..a53b8199fe9 100644
--- a/pkgs/development/coq-modules/bignums/default.nix
+++ b/pkgs/development/coq-modules/bignums/default.nix
@@ -5,7 +5,7 @@ with lib; mkCoqDerivation {
   owner = "coq";
   displayVersion = { bignums = ""; };
   inherit version;
-  defaultVersion = if versions.isGe "8.5" coq.coq-version
+  defaultVersion = if versions.isGe "8.6" coq.coq-version
     then "${coq.coq-version}.0" else null;
 
   release."8.15.0".sha256 = "093klwlhclgyrba1iv18dyz1qp5f0lwiaa7y0qwvgmai8rll5fns";