about summary refs log tree commit diff
path: root/pkgs/applications/science/logic/coq
AgeCommit message (Collapse)AuthorFilesLines
2024-06-28coq_8_20: init at 8.20+rc1 (#323105)Pierre Roux1-0/+1
2024-06-17coq: 8.19.1 → 8.19.2Vincent Laporte1-0/+1
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-03-12coq_8_19: 8.19.0 → 8.19.1Vincent Laporte1-0/+1
2024-01-26coq: 8.19+rc1 -> 8.19.0Pierre Roux1-1/+1
2023-12-19coq_8_19: init at 8.19+rc1Pierre Roux1-0/+1
2023-11-02coq: fix hompage urlPablo Ovelleiro Corral1-1/+1
Just a trivial nitpick
2023-09-21coq: 8.17.1 -> 8.18.0Vincent Laporte1-1/+1
2023-09-04coq_8_18: init at 8.18+rc1Vincent Laporte1-1/+2
2023-06-30coq: 8.17.0 → 8.17.1Vincent Laporte1-0/+1
2023-06-14coq: use dune_3Théo Zimmermann1-1/+1
This is needed to build Coq dev and is compatible with all current releases of Coq that require Dune.
2023-03-28coq: 8.16.1 -> 8.17.0Ali Caglayan1-1/+1
Signed-off-by: Ali Caglayan <alizter@gmail.com>
2023-03-06treewide: deprecate isNullFelix Buehler1-1/+1
https://nixos.org/manual/nix/stable/language/builtins.html#builtins-isNull
2023-02-13treewide: use optionalStringFelix Buehler1-6/+6
2023-02-06coq: remove undefined attribute `ocamlPropagatedNativeBuildInputs` in `passthru`Thomas Gerbet1-1/+1
2023-01-06coq_8_17: init at 8.17+rc1 (#209145)Pierre Roux1-0/+1
2022-12-27coqPackages.coq: fix typoArtturin1-1/+1
introduced in d1136611
2022-12-05coq: 8.16.0 → 8.16.1Vincent Laporte1-0/+1
2022-10-12coq_8_16: use OCaml 4.14Vincent Laporte1-3/+6
2022-09-06coq_8_16: 8.16+rc1 -> 8.16.0R. Ryantm1-1/+1
2022-07-10Split out CoqIDE by default when Coq >= 8.14.Théo Zimmermann1-2/+3
2022-07-08Prepare Coq derivation for Coq 8.17 build infrastructure.Théo Zimmermann1-2/+16
2022-06-11coq_8_13.src, coq_8_14.src, coq_8_15.src: update hash change with fetchzip ↵Sergei Trofimovich1-9/+9
update fetchzip changed unpacking of UTF-8 files on glibc systems: https://github.com/NixOS/nixpkgs/pull/176253 As a result unpacked contents changed it's filenames. Closes: https://github.com/NixOS/nixpkgs/issues/176225
2022-06-08coq_8_16: init at 8.16+rc1Pierre Roux1-0/+1
2022-06-03coq: 8.15.1 → 8.15.2Vincent Laporte1-0/+1
2022-05-25coqPackages: etcCyril Cohen1-5/+8
- 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-13Revert "coqPackages: etc"Vincent Laporte1-5/+3
This reverts commit 7e589a45ef86abf9a6a737d9730925b81ee663b4.
2022-05-13Revert "moving findlib to propagedNativeBuildInputs"Vincent Laporte1-6/+3
This reverts commit 82440c9374f4de934e287476e2b3a4bbf837d98a.
2022-05-12moving findlib to propagedNativeBuildInputsCyril Cohen1-3/+6
2022-05-12coqPackages: etcCyril Cohen1-3/+5
- 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-04-25coq: Rename internal versionAtLeast helper to coqAtLeastAnders Kaseorg1-14/+14
To avoid potential confusion with lib.versionAtLeast. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-03-24coq_8_15: 8.15.0 → 8.15.1Vincent Laporte1-0/+1
2022-02-26Merge pull request #161111 from ulrikstrid/ulrikstrid/coq-move-dune-to-nativeVincent Laporte1-4/+6
coq: Move dune, ocaml and findlib to nativeBuildInputs
2022-02-25treewide: switch all desktop file generators to new APIK9001-1/+1
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2022-02-25coqPackages: tree-wide move packages to nativeBuildInputs and add strictDeps ↵Ulrik Strid1-1/+1
= true Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com>
2022-02-24coq: Move dune to nativeBuildInputs and add ocaml, findlib and menhirUlrik Strid1-3/+5
2022-02-18coq: allow static linking by moving wrapGAppsHook to nativeBuildInputsUlrik Strid1-1/+2
Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com>
2022-02-06Merge pull request #156629 from siraben/coq-mainprogramBen Siraphob1-0/+1
coq: add meta.mainProgram
2022-02-06coq: add meta.mainProgramBen Siraphob1-0/+1
2022-01-25coq_8_15: 8.15+rc1 → 8.15.0Vincent Laporte1-1/+1
2021-12-09coq_8_15: init at 8.15+rc1Vincent Laporte1-0/+1
2021-12-01coq_8_14: 8.14.0 → 8.14.1Vincent Laporte1-2/+4
And build Coq ≥ 8.14 with OCaml 4.12
2021-10-15coq_8_14: 8.14+rc1 -> 8.14.0Théo Zimmermann1-1/+1
2021-10-13coq_8_14: init at 8.14+rc1Théo Zimmermann1-3/+6
2021-09-23coq: add desktop file for coqideNaïm Favier1-3/+17
2021-07-22coq: enable parallel buildingBen Siraphob1-0/+1
2021-06-30coq: fix issue introduced in #128603Théo Zimmermann1-1/+1
This triggerred coq-community/coq-nix-toolbox#42.
2021-06-30Coq: adapt for upcoming 8.14 (#128603)Théo Zimmermann1-3/+4
2021-05-08gnome: rename from gnome3Jan Tojnar1-2/+2
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-04-16coq_8_13: 8.13.1 → 8.13.2Vincent Laporte1-0/+1