about summary refs log tree commit diff
path: root/pkgs/applications/science/logic/lean
AgeCommit message (Collapse)AuthorFilesLines
2024-02-11lean3: fix `gcc-13` build failure)Sergei Trofimovich1-1/+10
Without the change the build fails on `master` as https://hydra.nixos.org/build/247665202: /build/source/src/shell/lean_js.h:11:32: error: 'uintptr_t' was not declared in this scope 11 | int emscripten_process_request(uintptr_t msg); | ^~~~~~~~~
2023-05-22lean: 3.50.3 -> 3.51.0kilianar1-3/+3
https://github.com/leanprover-community/lean/releases/tag/v3.51.0
2022-12-26lean: 3.50.2 -> 3.50.3Mauricio Collares1-3/+3
2022-12-26lean: 3.50.1 -> 3.50.2Mauricio Collares1-3/+3
2022-12-22lean: 3.50.0 -> 3.50.1Mauricio Collares1-3/+3
2022-12-15lean: 3.49.1 -> 3.50.0Mauricio Collares1-3/+3
2022-12-15lean: 3.49.0 -> 3.49.1Mauricio Collares1-3/+3
2022-11-11lean: 3.48.0 -> 3.49.0Mauricio Collares1-3/+3
2022-08-31lean: 3.47.0 -> 3.48.0kilianar1-3/+3
https://github.com/leanprover-community/lean/releases/tag/v3.48.0
2022-08-27lean: 3.46.0 -> 3.47.0Mario Rodas1-3/+3
2022-08-09lean: 3.45.0 -> 3.46.0kilianar1-3/+3
https://github.com/leanprover-community/lean/releases/tag/v3.46.0
2022-07-21lean: 3.44.1 -> 3.45.0Mauricio Collares1-3/+3
2022-07-21lean: 3.44.0 -> 3.44.1Mauricio Collares1-3/+3
2022-07-21lean: 3.43.0 -> 3.44.0Mauricio Collares1-3/+3
2022-05-18lean: 3.42.1 -> 3.43.0Mauricio Collares1-3/+3
2022-05-18lean: 3.42.0 -> 3.42.1Mauricio Collares1-3/+3
2022-03-18lean: 3.41.0 -> 3.42.0Mauricio Collares1-3/+3
2022-03-11lean: 3.40.0 -> 3.41.0Mauricio Collares1-3/+3
2022-02-22lean: 3.39.2 -> 3.40.0Mauricio Collares1-3/+3
2022-02-17lean: 3.39.1 -> 3.39.2Mauricio Collares1-3/+3
2022-02-08lean: 3.39.0 -> 3.39.1Mauricio Collares1-3/+3
2022-02-03lean: 3.38.0 -> 3.39.0Mauricio Collares1-3/+3
2022-01-12lean: 3.37.0 -> 3.38.0Mauricio Collares1-3/+3
2022-01-07lean: 3.36.0 -> 3.37.0Mauricio Collares1-3/+3
2022-01-04lean: 3.35.1 -> 3.36.0Mauricio Collares1-3/+3
2022-01-03lean: 3.35.0 -> 3.35.1Mauricio Collares1-3/+3
2021-11-01lean: 3.34.0 -> 3.35.0Mauricio Collares1-3/+3
2021-11-01lean: 3.33.0 -> 3.34.0Mauricio Collares1-3/+3
2021-10-07lean: 3.32.1 → 3.33.0Anders Kaseorg1-3/+3
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-08-23lean: 3.31.0 -> 3.32.1kzvi1-3/+3
2021-07-01lean: 3.30.0 -> 3.31.0Mauricio Collares1-3/+3
2021-05-26lean: substitute release commit sha1Mauricio Collares1-1/+12
2021-05-01lean: 3.29.0 -> 3.30.0R. RyanTM1-2/+2
2021-04-27lean: 3.28.0 -> 3.29.0R. RyanTM1-2/+2
2021-03-17lean: 3.27.0 -> 3.28.0R. RyanTM1-2/+2
2021-02-28lean: 3.26.0 -> 3.27.0R. RyanTM1-2/+2
2021-01-29lean: 3.25.0 -> 3.26.0R. RyanTM1-2/+2
2021-01-22lean: 3.24.0 -> 3.25.0R. RyanTM1-2/+2
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-07Merge branch 'master' into staging-nextJan Tojnar1-2/+2
https://github.com/NixOS/nixpkgs/commit/b04fc593e7b55fe1f74421b11589f12a339c92e2 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-06lean: 3.23.0 -> 3.24.0Devon Richards1-2/+2
We have to update to be able to use the current version of mathlib.
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-1/+0
2020-11-11lean: 3.21.0 -> 3.23.0R. RyanTM1-2/+2
2020-11-04lean: build olean filesGabriel Ebner1-3/+7
2020-10-18lean: 3.19.0 -> 3.21.0R. RyanTM1-2/+2
2020-08-29lean: 3.18.4 -> 3.19.0Mario Rodas1-2/+2
2020-08-02lean: 3.16.5 -> 3.18.4R. RyanTM1-2/+2
2020-07-02lean: 3.16.2 -> 3.16.5R. RyanTM1-2/+2
2020-06-14lean: 3.15.0 -> 3.16.2R. RyanTM1-2/+2