about summary refs log tree commit diff
path: root/pkgs/games/anki
AgeCommit message (Collapse)AuthorFilesLines
2022-07-21anki-bin: 2.1.52 -> 2.1.54Izumi Raine1-4/+4
2022-05-18anki-bin: 2.1.51 -> 2.1.52Shaun Smiley1-5/+5
2022-05-01anki -> 2.1.51dnaq1-8/+18
Since the previous version of anki no longer works on nixos-unstable due to glibc changes the version was bumped to 2.1.51 which works. Also adds support for aarch64 on apple silicon Fixes #167765
2022-01-31anki: apply patch to replace deprecated methodBerk Ozkutuk1-0/+5
2021-11-01anki-bin: 2.1.48 -> 2.1.49Atemu1-3/+3
2021-09-21Revert "anki-bin: force x11"Atemu1-2/+0
This reverts commit 847b317a95f13572146fbdc43067a5abd8dcc3a6. It is no longer necessary to disable wayland support, anki does that by itself nowadays and actually works really well when wayland is forced on via $ANKI_WAYLAND despite upstream claiming it's still buggy.
2021-09-21anki-bin: 2.1.47 -> 2.1.48Atemu1-3/+3
2021-08-29anki-bin: 2.1.46 -> 2.1.47Atemu1-3/+3
2021-08-29anki-bin: passthru sourcesAtemu1-10/+17
It wasn't possible to access the actual source on linux or that of the other OS
2021-08-07anki-bin: 2.1.44 -> 2.1.46Robert Glossop1-3/+3
2021-08-03anki: deprecate phasesFelix Buehler1-1/+1
2021-07-20anki-bin: install desktop entry and man pageAlex Griffin1-0/+8
2021-05-13anki-bin: 2.1.43 -> 2.1.44Atemu1-3/+3
2021-04-11anki-bin: 2.1.40 -> 2.1.43Atemu1-3/+3
2021-02-26anki-bin: 2.1.38 -> 2.1.40Markus Hauck1-3/+3
2021-01-18anki: replace mplayer with mpvEmery Hemingway1-4/+9
Mplayer is not available for aarch64.
2021-01-10anki: Disable tests on darwinSandro Jäckel1-0/+3
2021-01-06treewide: stop maintaining most packagesMichael Hoang1-1/+1
2020-12-28anki-bin: 2.1.36 -> 2.1.38Atemu1-3/+3
2020-12-24anki-bin: force x11Atemu1-0/+2
Co-authored-by: Vika <vika@fireburn.ru>
2020-12-24anki-bin: add darwin supportAtemu1-4/+22
2020-12-24anki-bin: init at 2.1.36Atemu1-0/+44
Works around https://github.com/NixOS/nixpkgs/issues/78449 Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-07-01anki: expression cleanupBenjamin Hipple1-13/+6
2020-07-01anki: update download urlBenjamin Hipple1-3/+3
The original repo has been transferred on github, so the URL is a redirect to here.
2020-06-10anki: format to fix indentationBenjamin Hipple1-164/+172
Indentation was off the coding standards, so ran it through nixpkgs-fmt to sanitize; no manual changes.
2020-05-09treewide: remove the-kenny from maintainersJörg Thalheim1-1/+1
@the-kenny did a good job in the past and is set as maintainer in many package, however since 2017-2018 he stopped contributing. To create less confusion in pull requests when people try to request his feedback, I removed him as maintainer from all packages.
2019-12-15treewide: remove bash snippets in flagsworldofpeace1-4/+7
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-09-12anki: fix startupIvan Kozik1-1/+2
Related: #68314 This fixes startup of anki, which currently shows this in a dialog: Error during startup: Traceback (most recent call last): File "/nix/store/0h395dwc6b80n5xg93p86ywaz6kpz6ck-anki-2.1.15/lib/python3.7/site-packages/aqt/main.py", line 46, in __init__ self.setupAddons() File "/nix/store/0h395dwc6b80n5xg93p86ywaz6kpz6ck-anki-2.1.15/lib/python3.7/site-packages/aqt/main.py", line 657, in setupAddons import aqt.addons File "/nix/store/0h395dwc6b80n5xg93p86ywaz6kpz6ck-anki-2.1.15/lib/python3.7/site-packages/aqt/addons.py", line 9, in <module> import markdown File "/nix/store/knq8798kl0xzzr7ii4bchskg1c8mq6pj-python3.7-Markdown-3.1.1/lib/python3.7/site-packages/markdown/__init__.py", line 25, in <module> from .core import Markdown, markdown, markdownFromFile File "/nix/store/knq8798kl0xzzr7ii4bchskg1c8mq6pj-python3.7-Markdown-3.1.1/lib/python3.7/site-packages/markdown/core.py", line 29, in <module> import pkg_resources ModuleNotFoundError: No module named 'pkg_resources'
2019-08-31Merge remote-tracking branch 'upstream/master' into staging-nextSamuel Leathers1-5/+6
* upstream/master: vimPlugins: update (#67823) mattermost-desktop: 4.2.0 -> 4.2.3 (#67717) lightspark: init at 0.8.1 (#67425) anki: 2.1.11 -> 2.1.14 (#67738) nixos/{namecoind,bitcoind}: removing the altcoin prefix rust-cbindgen: 0.8.7 -> 0.9.0
2019-08-31anki: 2.1.11 -> 2.1.14 (#67738)averelld1-5/+6
* anki: 2.1.11 -> 2.1.14 * anki: 2.1.14 -> 2.1.15
2019-08-27Merge master into staging-nextFrederik Rietdijk1-8/+11
2019-08-18anki: simplify the expression, elide superfluous wappersJan Malakhovski1-11/+8
As suggested by @worldofpeace.
2019-08-17anki: add myself as a maintainerJan Malakhovski1-1/+1
(Adding to the front of the list because it was I who added this expression to nixpkgs in e00c03101f8d052473fee17e5f7a6a975dc5edb4 7 years ago. :])
2019-08-17anki: use wrapQtAppsHook from pyqtwebengineJan Malakhovski1-1/+7
2019-08-17treewide: name -> pnamevolth1-3/+5
2019-08-03anki: fix with pyqtwebengineFrederik Rietdijk1-2/+2
2019-06-16treewide: remove unused variables (#63177)volth1-2/+0
* treewide: remove unused variables * making ofborg happy
2019-03-18anki: 2.1.9 -> 2.1.11 (#57852)Michael Hoang1-5/+5
2019-02-23anki: 2.1.8 -> 2.1.9Raphael Borun Das Gupta1-4/+4
2019-01-13anki: add manual outputProfpatsch1-7/+63
The Anki manual is distibuted in a separate repository and has to be patched a bit to work offline. The in-program manual now points to our distributed offline version.
2019-01-05anki: fix build on darwinDmitry Kalinkin1-3/+8
Runtime doesn't work: ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets' This is probably because qtwebengine is broken on darwin, but doesn't fail the build (#40149)
2019-01-06anki: 2.1.7 -> 2.1.8Lorenzo Manacorda1-2/+2
2019-01-02anki: 2.1.6-beta2 -> 2.1.7 (#53154)Lorenzo1-13/+3
2018-12-01anki: Use `fetchpatch` for python compatibilty patchAlexey Lebedeff2-24/+11
2018-11-30anki: 2.1.6-beta1 -> 2.1.6-beta2, fix python 3.7Alexey Lebedeff2-2/+26
With recent switch to python 3.7 this was no longer building. Upstream PR with the same patch: https://github.com/dae/anki/pull/266
2018-11-15anki: 2.0.52 -> 2.1.6-beta1Piotr Halama3-144/+18
2018-10-19anki: update metaJan Malakhovski1-5/+4
2018-10-19anki: use send2trash from nixpkgsJan Malakhovski1-2/+3
2018-06-10anki: 2.0.51 -> 2.0.52 (#41582)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/anki/versions. These checks were done: - built on NixOS - /nix/store/2dqw72sffcynzzgcfk0k9mh7jn8sw0kw-anki-2.0.52/bin/anki passed the binary check. - /nix/store/2dqw72sffcynzzgcfk0k9mh7jn8sw0kw-anki-2.0.52/bin/..anki-wrapped-wrapped passed the binary check. - /nix/store/2dqw72sffcynzzgcfk0k9mh7jn8sw0kw-anki-2.0.52/bin/.anki-wrapped passed the binary check. - 3 of 3 passed binary check by having a zero exit code. - 3 of 3 passed binary check by having the new version present in output. - found 2.0.52 with grep in /nix/store/2dqw72sffcynzzgcfk0k9mh7jn8sw0kw-anki-2.0.52 - directory tree listing: https://gist.github.com/1a53026ee3eea78708113c1b6e9d857f - du listing: https://gist.github.com/c8dcabda5b46155a959b86843ee24ddd
2018-03-31anki: 2.0.50 -> 2.0.51R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/anki/versions. These checks were done: - built on NixOS - ran `/nix/store/pc80xsrc6hc3xw5fibqhcd3xy2z6krj8-anki-2.0.51/bin/anki -h` got 0 exit code - ran `/nix/store/pc80xsrc6hc3xw5fibqhcd3xy2z6krj8-anki-2.0.51/bin/anki --help` got 0 exit code - ran `/nix/store/pc80xsrc6hc3xw5fibqhcd3xy2z6krj8-anki-2.0.51/bin/anki --version` and found version 2.0.51 - ran `/nix/store/pc80xsrc6hc3xw5fibqhcd3xy2z6krj8-anki-2.0.51/bin/..anki-wrapped-wrapped -h` got 0 exit code - ran `/nix/store/pc80xsrc6hc3xw5fibqhcd3xy2z6krj8-anki-2.0.51/bin/..anki-wrapped-wrapped --help` got 0 exit code - ran `/nix/store/pc80xsrc6hc3xw5fibqhcd3xy2z6krj8-anki-2.0.51/bin/..anki-wrapped-wrapped --version` and found version 2.0.51 - ran `/nix/store/pc80xsrc6hc3xw5fibqhcd3xy2z6krj8-anki-2.0.51/bin/.anki-wrapped -h` got 0 exit code - ran `/nix/store/pc80xsrc6hc3xw5fibqhcd3xy2z6krj8-anki-2.0.51/bin/.anki-wrapped --help` got 0 exit code - ran `/nix/store/pc80xsrc6hc3xw5fibqhcd3xy2z6krj8-anki-2.0.51/bin/.anki-wrapped --version` and found version 2.0.51 - found 2.0.51 with grep in /nix/store/pc80xsrc6hc3xw5fibqhcd3xy2z6krj8-anki-2.0.51 - directory tree listing: https://gist.github.com/47b6928b65d620f470e7c7f117898265