1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-19 02:23:08 +00:00
Commit graph

7 commits

Author SHA1 Message Date
Dominique Martinet f1389c6db1 anki: fix for rust 1.80
rust 1.80 requires updating the 'time' crate to at least 0.3.35.

That update is already in anki's master branch but it isn't anywhere
close to time for a new release, so just bump time and only time
manually for our tree.

(This also fixes anki-sync-server which usese the same sources/Cargo
deps, when removing the patch during the next update it will need to be
removed from both files as written in comment)

Link: https://github.com/NixOS/nixpkgs/issues/332957
2024-08-10 13:44:59 +09:00
Tony Zorman cd384ccef3 anki: 23.12.1 -> 24.04 2024-04-11 20:12:16 +02:00
Pavel Sobolev 97933ba142
anki: 2.1.66 -> 23.10.1 2023-11-29 10:29:15 +03:00
Pavel Sobolev aa2f2dd7df
anki: refactor 2023-09-02 19:19:02 +03:00
Euan Kemp 9c577da750 anki: 2.1.61 -> 2.1.65 2023-08-29 22:15:47 +09:00
Euan Kemp 59c2e8e2b5 anki: 2.1.60 -> 2.1.61
Rote update
2023-04-12 22:29:31 +09:00
Euan Kemp 903f78ebde anki: 2.1.15 -> 2.1.60
This redoes all the packaging for their new build-system.

It feels a bit fragile, but in practice it works.

Basically, we build most of it in nix, write some wrapper scripts to
mock out stuff we just did in nix, and then call thier build system to
make a wheel
2023-04-09 20:00:43 +09:00