unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* On updating anki to latest Qt version
@ 2024-11-12 12:44 Divya Ranjan
  0 siblings, 0 replies; only message in thread
From: Divya Ranjan @ 2024-11-12 12:44 UTC (permalink / raw)
  To: guix-devel; +Cc: Robert Smith


Hello Robert and others,

Checking the logs, I found that you added Anki in Feb (8534c94). As a regular user of anki, I found that the one provided by Guix is simply too old, almost 5 years old. The index of the downloads doesn’t even show 2.1.16. The comment in /gnu/packages/education.scm shows:

#+begin_src scheme
(define-public anki
  (package
    (name "anki")
    ;; Later versions have dependencies on npm packages not yet in Guix.
    (version "2.1.16")
    (source ...))
#+end_src

I haven’t checked all the versions, but the latest version of Anki _does not_ seem to have any npm dependencies. The official development instructions [0] do not mention anything about npm, and the Linux Specific notes [1] only mention that node binary is a prerequisite, which seems to be already packaged in guix.

Other guides [2] do not seem to need any npm either, I’ve known that it’s been notoriously difficult to package anki into distros [3,4], but I _believe_ (I’m not sure), things have changed since they switched from Bazel back to Ninja build system?

I’d like some work on this, I want to rely on flatpak as less I can.

[0]: https://github.com/ankitects/anki/blob/main/docs/development.md
[1]: https://github.com/ankitects/anki/blob/main/docs/linux.md
[2]: https://chrislongros.com/2023/03/23/how-to-build-anki-from-source-in-linux/
[3]: https://github.com/ankitects/anki/issues/1378
[4]: https://forums.ankiweb.net/t/need-support-for-building-packaging/41892/5

Regards,
-- 
Divya Ranjan,
Philosophy, Mathematics, Libre Software.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-12 12:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12 12:44 On updating anki to latest Qt version Divya Ranjan

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).