Commit Graph

21 Commits

Author SHA1 Message Date
4ever2
ff20028fd4 MetaCoq sub-packages dependencies 2024-10-31 11:09:26 +01:00
4ever2
51d1fd391a Add MetaCoq-translations package 2024-10-31 11:09:26 +01:00
4ever2
2d4ee5cab7 Add MetaCoq sub-packages to coq-packages 2024-10-31 11:09:26 +01:00
4ever2
d2df1fd941 coqPackages.metacoq: update for coq 8.20 2024-09-11 06:35:25 +02:00
Sigmanificient
63d05d989e pkgs/development: remove unused arguments 2024-08-03 17:18:20 +02:00
Vincent Laporte
3d84f9b40e coqPackages.metacoq: 1.3.1 → 1.3.2 2024-07-31 07:05:29 +02:00
Pierre Roux
a9e5f6bfcd
coqPackages: Enable override with dev branches (#329356)
Useful for CI applications.
2024-07-23 11:49:28 +02:00
Philip Taron
9ab423efec
coqPackages.metacoq: avoid top-level with ...; 2024-06-25 09:03:43 -07:00
Vincent Laporte
824952ff6b coqPackages.metacoq: 1.2.1 → 1.3.1 2024-03-29 14:00:42 +01:00
larsr
5d43a8764f
coqPackages.metacoq: update for coq 8.17 and 8.18 (#273541)
Also update default.nix to match the default.nix in
MetaCoq/metacoq:.nix/coq-overlays/metacoq/default.nix

Because some files have changed names, some version-dependent
building is required to keep building older versions.

And Metacoq's default.nix had older version checksums.
We use the more recent versions from nixpkgs for coq 8.14-8.16

Co-authored-by: Lars Rasmusson <Lars.Rasmusson@rise>
2023-12-12 07:19:37 +01:00
Artturin
20591326aa treewide: remove unnecessary patching of configure script
The configure phase of `stdenv` now runs `patchShebangs` on
`configureScript`.

Did not remove `patchShebangs` in packages which override `configurePhase`
2023-11-25 18:16:12 +02:00
Felix Buehler
bec27fabee treewide: use lib.optional instead of 'then []' 2023-07-12 09:36:28 +01:00
Shawn8901
4dcb03a5c3 treewide: remove global with lib; statements in pkgs/coq-modules 2023-01-21 23:19:48 +01:00
Kenji Maillard
fb3c48614f Add metacoq 1.1 release 2022-09-27 11:08:04 +02:00
Kenji Maillard
0ba507689d fix dev metacoq builds for coq >= 8.16 2022-09-22 16:00:43 +02:00
Kenji Maillard
a1b40785e4 add the release 1.0 of metacoq for coq 8.16 2022-07-27 16:06:38 +02:00
Kenji Maillard
b9da0d3852 first release of Metacoq 2022-07-20 16:52:11 +02:00
Cyril Cohen
d113661156 coqPackages: etc
- put `findlib` in `buildInputs` of `mkCoqDerivation` to make sure `coq` packages find their ocaml plugin dependencies,
- use `propagatedBuildInputs` to make sure ocaml plugin dependencies are 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`
2022-05-25 20:00:25 +02:00
Vincent Laporte
1f11888116 Revert "coqPackages: etc"
This reverts commit 7e589a45ef.
2022-05-13 06:47:14 +02:00
Cyril Cohen
7e589a45ef 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`
2022-05-12 06:11:43 +02:00
Kenji Maillard
86a6908045
coqPackages.metacoq: create package (#162639) 2022-05-03 09:26:34 +02:00