1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

852 commits

Author SHA1 Message Date
Pierre Roux 9134617536 coqPackages.coinduction: init at 1.9 2024-08-07 15:44:13 +02:00
Pierre Roux a69fe54c49 coqPackages.stalmarck: init at 8.20.0 2024-08-07 12:15:20 +02:00
Sigmanificient 63d05d989e pkgs/development: remove unused arguments 2024-08-03 17:18:20 +02:00
Vincent Laporte cca3d59564 coqPackages.coquelicot: 3.4.1 → 3.4.2 2024-08-01 12:02:51 +02:00
Pierre Roux 909d51327c reglang 1.2.1 compiles with Coq 8.20 2024-08-01 10:11:13 +02:00
Vincent Laporte f8932c7925 coqPackages.flocq: 4.1.4 → 4.2.0 2024-08-01 07:10:30 +02:00
Vincent Laporte ee96b8a3cf
Merge pull request #329695 from definfo/coq-high-school-geometry-8.16
coqPackages.high-school-geometry: init at 8.16
2024-07-31 09:52:37 +02:00
Vincent Laporte 3d84f9b40e coqPackages.metacoq: 1.3.1 → 1.3.2 2024-07-31 07:05:29 +02:00
Aleksana 577a9c43f3
Merge pull request #330042 from Sigmanificient/remove-leading-space-description
treewide: remove trailing space in description
2024-07-26 23:48:02 +08:00
Sigmanificient 6dd44107ac treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
Sigmanificient 543cd40ecc treewide: remove trailing space in description
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
definfo b1d0e56bc4 coqPackages.high-school-geometry: init at 8.16 2024-07-24 23:57:23 +08:00
Pierre Roux 13fb2ec229 Warn about deprecated coqhammer 2024-07-23 13:40:16 +02:00
Pierre Roux a9e5f6bfcd
coqPackages: Enable override with dev branches (#329356)
Useful for CI applications.
2024-07-23 11:49:28 +02:00
Vincent Laporte 681e984f8e coqPackages.equations: 1.3.1 for Coq 8.20 2024-07-23 06:47:20 +02:00
Cyril Cohen 8b7d5e1d6d coqPackages.vscoq-language-server: 2.1.2 -> 2.1.4 2024-07-17 13:51:24 +02:00
Pierre Roux 8564cb1517 coqPackages.multinomials switched back to coq_makefile 2024-07-16 10:20:41 +02:00
Vincent Laporte 66f2bf71eb coqPackages.smtcoq: 2.1 → 2.2 2024-07-03 18:49:22 +02:00
Jan Tojnar 5c5c20919b adwaita-icon-theme: Move from gnome scope to top-level
It is widely used outside gnome – although it probably should not be.
2024-07-01 08:26:46 +02:00
Pierre Roux 383e9b5696
coq-elpi: 2.0.1 -> 2.2.0 (#323590)
elpi: 1.18.1 -> 1.19.2
2024-07-01 08:04:15 +02:00
Pierre Roux 971ef0c694
coq_8_20: init at 8.20+rc1 (#323105) 2024-06-28 15:47:38 +02:00
Vincent Laporte e2ca8d5a95 coqPackages.coq-ext-lib: 0.12.0 → 0.12.1 2024-06-28 06:19:40 +02:00
Vincent Laporte 90e35645fc coqPackages.coq-hammer: init at 1.3.2 2024-06-27 07:09:32 +02:00
Vincent Laporte b8a048b959 coqPackages.coq-hammer-tactics: init at 1.3.2 2024-06-27 07:09:32 +02:00
Philip Taron 3aaf29fe22
coqPackages.coq-elpi: avoid top-level with ...; 2024-06-25 09:05:11 -07:00
Philip Taron e8955041c3
coqPackages.mathcomp-analysis: avoid top-level with ...; 2024-06-25 09:04:57 -07:00
Philip Taron 94112e3ae5
coqPackages.mathcomp: avoid top-level with ...; 2024-06-25 09:04:21 -07:00
Philip Taron 9ab423efec
coqPackages.metacoq: avoid top-level with ...; 2024-06-25 09:03:43 -07:00
Vincent Laporte 8abb1f5afb compcert: add support for Coq 8.19.2 2024-06-17 09:15:12 +02:00
Vincent Laporte 47195c4d69 coqPackages.mathcomp-analysis: 1.0.0 → 1.1.0 2024-06-10 09:08:04 +02:00
Alexis Hildebrandt f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt 755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Théo Zimmermann 91ac2098b6
Merge pull request #316196 from Alizter/ps/rr/coq_lsp__0_1_8____0_1_9
coq-lsp: 0.1.8 -> 0.1.9
2024-06-07 15:08:31 +02:00
Vincent Laporte b37b08ae04 coqPackages.aac-tactics: 8.19.0 → 8.19.1 2024-06-04 16:22:00 +02:00
Vincent Laporte 81537e0656 coqPackages.mathcomp-word: 3.1 → 3.2; 2.3 → 2.4 2024-05-31 20:55:19 +02:00
Ali Caglayan c49ca8273d
coq-lsp: 0.1.8 -> 0.1.9
Signed-off-by: Ali Caglayan <alizter@gmail.com>
2024-05-31 17:51:29 +02:00
Sigmanificient 8b473d1a27 treewide: remove unused fetch* (and other) arguments 2024-05-30 13:36:48 +02:00
Vincent Laporte 150a859d34 coqPackages.mathcomp-infotheo: 0.6.1 → 0.7.1 2024-05-27 05:31:26 +02:00
Vincent Laporte 8c03ab6569 coqPackages.graph-theory: 0.9.3 → 0.9.4 2024-05-24 06:09:40 +02:00
Léo Stefanesco 1e9759cb37 coqPackages.coq-record-update: 0.3.3 -> 0.3.4 2024-05-06 14:15:24 +02:00
Vladimír Čunát e96601ecf0
Merge #306080: staging-next 2024-04-22 2024-05-03 17:36:08 +02:00
Vincent Laporte 9c479cf090
compcert: 3.13.1 → 3.14 (#308752) 2024-05-03 14:47:10 +00:00
github-actions[bot] ae736c738d
Merge master into staging-next 2024-05-03 12:01:32 +00:00
Sebastian Ertel ea51404f4e
coqPackages.ssprove: init at 0.2.0 (#306981) 2024-05-03 11:32:09 +02:00
Jan Tojnar eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
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-04-27 02:23:22 +02:00
Vincent Laporte c82a0a78f6 coqPackages.math-classes: 8.18.0 → 8.19.0
coqPackages.corn: 8.18.0 → 8.19.0
2024-04-26 11:18:25 +02:00
Mario Rodas 2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
Vincent Laporte f1e8e4837d coqPackages.CoLoR: 1.8.4 → 1.8.5 2024-04-19 13:52:00 +02:00
Vincent Laporte 1b411ccbf3 coqPackages.stdpp: 1.9.0 → 1.10.0
coqPackages.iris: 4.1.0 → 4.2.0
2024-04-15 10:13:00 +02:00