2017-11-13 13:13:17 +00:00
|
|
|
|
{ stdenv
|
2017-11-13 13:19:36 +00:00
|
|
|
|
, buildPythonApplication
|
2017-11-13 13:13:17 +00:00
|
|
|
|
, lib
|
|
|
|
|
, python
|
|
|
|
|
, fetchurl
|
2019-01-13 05:52:39 +00:00
|
|
|
|
, fetchFromGitHub
|
2017-11-13 13:13:17 +00:00
|
|
|
|
, lame
|
|
|
|
|
, mplayer
|
2016-10-18 15:59:01 +00:00
|
|
|
|
, libpulseaudio
|
2019-08-03 12:13:45 +00:00
|
|
|
|
, pyqtwebengine
|
2018-11-15 02:38:07 +00:00
|
|
|
|
, decorator
|
|
|
|
|
, beautifulsoup4
|
2017-11-13 13:13:17 +00:00
|
|
|
|
, sqlalchemy
|
|
|
|
|
, pyaudio
|
2018-11-15 02:38:07 +00:00
|
|
|
|
, requests
|
|
|
|
|
, markdown
|
2017-11-13 13:13:17 +00:00
|
|
|
|
, matplotlib
|
|
|
|
|
, pytest
|
|
|
|
|
, glibcLocales
|
|
|
|
|
, nose
|
2019-08-31 09:40:35 +00:00
|
|
|
|
, jsonschema
|
anki: fix startup
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-09-12 17:15:22 +00:00
|
|
|
|
, setuptools
|
2018-10-19 18:20:35 +00:00
|
|
|
|
, send2trash
|
2019-01-05 23:51:25 +00:00
|
|
|
|
, CoreAudio
|
2013-01-04 03:48:47 +00:00
|
|
|
|
# This little flag adds a huge number of dependencies, but we assume that
|
|
|
|
|
# everyone wants Anki to draw plots with statistics by default.
|
2016-03-15 09:59:12 +00:00
|
|
|
|
, plotsSupport ? true
|
2019-01-13 05:52:39 +00:00
|
|
|
|
# manual
|
|
|
|
|
, asciidoc
|
2016-03-15 09:59:12 +00:00
|
|
|
|
}:
|
2013-01-04 03:48:47 +00:00
|
|
|
|
|
2019-01-13 05:52:39 +00:00
|
|
|
|
let
|
|
|
|
|
# when updating, also update rev-manual to a recent version of
|
|
|
|
|
# https://github.com/dae/ankidocs
|
|
|
|
|
# The manual is distributed independently of the software.
|
2019-08-31 09:40:35 +00:00
|
|
|
|
version = "2.1.15";
|
|
|
|
|
sha256-pkg = "12dvyf3j9df4nrhhnqbzd9b21rpzkh4i6yhhangn2zf7ch0pclss";
|
|
|
|
|
rev-manual = "8f6387867ac37ef3fe9d0b986e70f898d1a49139";
|
|
|
|
|
sha256-manual = "0pm5slxn78r44ggvbksz7rv9hmlnsvn9z811r6f63dsc8vm6mfml";
|
2019-01-13 05:52:39 +00:00
|
|
|
|
|
|
|
|
|
manual = stdenv.mkDerivation {
|
2019-08-13 21:52:01 +00:00
|
|
|
|
pname = "anki-manual";
|
|
|
|
|
inherit version;
|
2019-01-13 05:52:39 +00:00
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
|
owner = "dae";
|
|
|
|
|
repo = "ankidocs";
|
|
|
|
|
rev = rev-manual;
|
|
|
|
|
sha256 = sha256-manual;
|
|
|
|
|
};
|
|
|
|
|
phases = [ "unpackPhase" "patchPhase" "buildPhase" ];
|
|
|
|
|
nativeBuildInputs = [ asciidoc ];
|
|
|
|
|
patchPhase = ''
|
|
|
|
|
# rsync isnt needed
|
|
|
|
|
# WEB is the PREFIX
|
|
|
|
|
# We remove any special ankiweb output generation
|
|
|
|
|
# and rename every .mako to .html
|
|
|
|
|
sed -e 's/rsync -a/cp -a/g' \
|
|
|
|
|
-e "s|\$(WEB)/docs|$out/share/doc/anki/html|" \
|
|
|
|
|
-e '/echo asciidoc/,/mv $@.tmp $@/c \\tasciidoc -b html5 -o $@ $<' \
|
|
|
|
|
-e 's/\.mako/.html/g' \
|
|
|
|
|
-i Makefile
|
|
|
|
|
# patch absolute links to the other language manuals
|
|
|
|
|
sed -e 's|https://apps.ankiweb.net/docs/|link:./|g' \
|
|
|
|
|
-i {manual.txt,manual.*.txt}
|
|
|
|
|
# there’s an artifact in most input files
|
|
|
|
|
sed -e '/<%def.*title.*/d' \
|
|
|
|
|
-i *.txt
|
|
|
|
|
mkdir -p $out/share/doc/anki/html
|
|
|
|
|
'';
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
in
|
|
|
|
|
buildPythonApplication rec {
|
2019-08-13 21:52:01 +00:00
|
|
|
|
pname = "anki";
|
|
|
|
|
inherit version;
|
2017-11-13 13:13:17 +00:00
|
|
|
|
|
2013-01-04 03:48:47 +00:00
|
|
|
|
src = fetchurl {
|
2014-10-23 10:54:15 +00:00
|
|
|
|
urls = [
|
2019-08-13 21:52:01 +00:00
|
|
|
|
"https://apps.ankiweb.net/downloads/current/${pname}-${version}-source.tgz"
|
2018-11-15 02:38:07 +00:00
|
|
|
|
# "https://apps.ankiweb.net/downloads/current/${name}-source.tgz"
|
2017-08-06 13:33:50 +00:00
|
|
|
|
# "http://ankisrs.net/download/mirror/${name}.tgz"
|
|
|
|
|
# "http://ankisrs.net/download/mirror/archive/${name}.tgz"
|
2014-10-23 10:54:15 +00:00
|
|
|
|
];
|
2019-01-13 05:52:39 +00:00
|
|
|
|
sha256 = sha256-pkg;
|
2013-01-04 03:48:47 +00:00
|
|
|
|
};
|
|
|
|
|
|
2019-01-13 05:52:39 +00:00
|
|
|
|
outputs = [ "out" "doc" "man" ];
|
|
|
|
|
|
2019-01-05 23:51:25 +00:00
|
|
|
|
propagatedBuildInputs = [
|
2019-08-03 12:13:45 +00:00
|
|
|
|
pyqtwebengine sqlalchemy beautifulsoup4 send2trash pyaudio requests decorator
|
anki: fix startup
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-09-12 17:15:22 +00:00
|
|
|
|
markdown jsonschema setuptools
|
2019-01-05 23:51:25 +00:00
|
|
|
|
]
|
|
|
|
|
++ lib.optional plotsSupport matplotlib
|
|
|
|
|
++ lib.optional stdenv.isDarwin [ CoreAudio ]
|
|
|
|
|
;
|
2013-01-04 03:48:47 +00:00
|
|
|
|
|
2017-11-13 13:13:17 +00:00
|
|
|
|
checkInputs = [ pytest glibcLocales nose ];
|
2013-01-04 03:48:47 +00:00
|
|
|
|
|
2019-08-17 20:25:31 +00:00
|
|
|
|
nativeBuildInputs = [ pyqtwebengine.wrapQtAppsHook ];
|
2017-11-13 13:13:17 +00:00
|
|
|
|
buildInputs = [ lame mplayer libpulseaudio ];
|
2015-12-27 14:01:04 +00:00
|
|
|
|
|
|
|
|
|
patches = [
|
2016-01-05 20:42:31 +00:00
|
|
|
|
# Disable updated version check.
|
|
|
|
|
./no-version-check.patch
|
2015-12-27 14:01:04 +00:00
|
|
|
|
];
|
2015-12-22 19:31:34 +00:00
|
|
|
|
|
2017-11-13 13:13:17 +00:00
|
|
|
|
buildPhase = ''
|
|
|
|
|
# Dummy build phase
|
|
|
|
|
# Anki does not use setup.py
|
|
|
|
|
'';
|
|
|
|
|
|
2015-12-27 14:01:04 +00:00
|
|
|
|
postPatch = ''
|
|
|
|
|
# Remove unused starter. We'll create our own, minimalistic,
|
|
|
|
|
# starter.
|
2018-11-15 02:38:07 +00:00
|
|
|
|
# rm anki/anki
|
2013-01-04 03:48:47 +00:00
|
|
|
|
|
2015-12-27 14:01:04 +00:00
|
|
|
|
# Remove QT translation files. We'll use the standard QT ones.
|
|
|
|
|
rm "locale/"*.qm
|
2019-01-13 05:52:39 +00:00
|
|
|
|
|
|
|
|
|
# hitting F1 should open the local manual
|
|
|
|
|
substituteInPlace anki/consts.py \
|
|
|
|
|
--replace 'HELP_SITE="http://ankisrs.net/docs/manual.html"' \
|
|
|
|
|
'HELP_SITE="${manual}/share/doc/anki/html/manual.html"'
|
2013-01-04 03:48:47 +00:00
|
|
|
|
'';
|
|
|
|
|
|
2017-11-13 13:13:17 +00:00
|
|
|
|
# UTF-8 locale needed for testing
|
|
|
|
|
LC_ALL = "en_US.UTF-8";
|
|
|
|
|
|
|
|
|
|
checkPhase = ''
|
|
|
|
|
# - Anki writes some files to $HOME during tests
|
|
|
|
|
# - Skip tests using network
|
|
|
|
|
env HOME=$TMP pytest --ignore tests/test_sync.py
|
|
|
|
|
'';
|
|
|
|
|
|
2015-12-27 14:01:04 +00:00
|
|
|
|
installPhase = ''
|
|
|
|
|
pp=$out/lib/${python.libPrefix}/site-packages
|
|
|
|
|
|
2013-01-04 03:48:47 +00:00
|
|
|
|
mkdir -p $out/bin
|
|
|
|
|
mkdir -p $out/share/applications
|
2019-01-13 05:52:39 +00:00
|
|
|
|
mkdir -p $doc/share/doc/anki
|
|
|
|
|
mkdir -p $man/share/man/man1
|
2015-12-27 14:01:04 +00:00
|
|
|
|
mkdir -p $out/share/mime/packages
|
|
|
|
|
mkdir -p $out/share/pixmaps
|
|
|
|
|
mkdir -p $pp
|
|
|
|
|
|
|
|
|
|
cat > $out/bin/anki <<EOF
|
|
|
|
|
#!${python}/bin/python
|
|
|
|
|
import aqt
|
|
|
|
|
aqt.run()
|
|
|
|
|
EOF
|
|
|
|
|
chmod 755 $out/bin/anki
|
|
|
|
|
|
|
|
|
|
cp -v anki.desktop $out/share/applications/
|
2019-01-13 05:52:39 +00:00
|
|
|
|
cp -v README* LICENSE* $doc/share/doc/anki/
|
|
|
|
|
cp -v anki.1 $man/share/man/man1/
|
2015-12-27 14:01:04 +00:00
|
|
|
|
cp -v anki.xml $out/share/mime/packages/
|
|
|
|
|
cp -v anki.{png,xpm} $out/share/pixmaps/
|
|
|
|
|
cp -rv locale $out/share/
|
2018-11-15 02:38:07 +00:00
|
|
|
|
cp -rv anki aqt web $pp/
|
2013-01-04 03:48:47 +00:00
|
|
|
|
|
2019-01-13 05:52:39 +00:00
|
|
|
|
# copy the manual into $doc
|
|
|
|
|
cp -r ${manual}/share/doc/anki/html $doc/share/doc/anki
|
2013-01-04 03:48:47 +00:00
|
|
|
|
'';
|
|
|
|
|
|
2019-08-18 17:40:42 +00:00
|
|
|
|
dontWrapQtApps = true;
|
2019-12-10 23:23:57 +00:00
|
|
|
|
|
|
|
|
|
preFixup = ''
|
|
|
|
|
makeWrapperArgs+=(
|
|
|
|
|
"''${qtWrapperArgs[@]}"
|
|
|
|
|
--prefix PATH ':' "${lame}/bin:${mplayer}/bin"
|
|
|
|
|
)
|
|
|
|
|
'';
|
2019-08-18 17:40:42 +00:00
|
|
|
|
|
|
|
|
|
# now wrapPythonPrograms from postFixup will add both python and qt env variables
|
|
|
|
|
|
2019-01-13 05:52:39 +00:00
|
|
|
|
passthru = {
|
|
|
|
|
inherit manual;
|
|
|
|
|
};
|
|
|
|
|
|
2019-08-17 20:25:31 +00:00
|
|
|
|
meta = with lib; {
|
2018-10-19 21:59:47 +00:00
|
|
|
|
homepage = "https://apps.ankiweb.net/";
|
2013-01-04 03:48:47 +00:00
|
|
|
|
description = "Spaced repetition flashcard program";
|
|
|
|
|
longDescription = ''
|
|
|
|
|
Anki is a program which makes remembering things easy. Because it is a lot
|
|
|
|
|
more efficient than traditional study methods, you can either greatly
|
|
|
|
|
decrease your time spent studying, or greatly increase the amount you learn.
|
|
|
|
|
|
|
|
|
|
Anyone who needs to remember things in their daily life can benefit from
|
2014-02-08 18:17:18 +00:00
|
|
|
|
Anki. Since it is content-agnostic and supports images, audio, videos and
|
2013-01-04 03:48:47 +00:00
|
|
|
|
scientific markup (via LaTeX), the possibilities are endless. For example:
|
2015-05-11 21:30:50 +00:00
|
|
|
|
learning a language, studying for medical and law exams, memorizing
|
|
|
|
|
people's names and faces, brushing up on geography, mastering long poems,
|
|
|
|
|
or even practicing guitar chords!
|
2013-01-04 03:48:47 +00:00
|
|
|
|
'';
|
2018-10-19 21:59:47 +00:00
|
|
|
|
license = licenses.agpl3Plus;
|
|
|
|
|
broken = stdenv.hostPlatform.isAarch64;
|
2017-11-13 13:13:17 +00:00
|
|
|
|
platforms = platforms.mesaPlatforms;
|
2019-08-17 20:25:45 +00:00
|
|
|
|
maintainers = with maintainers; [ oxij the-kenny Profpatsch enzime ];
|
2013-01-04 03:48:47 +00:00
|
|
|
|
};
|
|
|
|
|
}
|