6 python.pkgs.buildPythonApplication rec {
11 url = "mirror://sourceforge/project/mnemosyne-proj/mnemosyne/mnemosyne-${version}/Mnemosyne-${version}.tar.gz";
12 sha256 = "sha256-zI79iuRXb5S0Y87KfdG+HKc0XVNQOAcBR7Zt/OdaBP4=";
15 nativeBuildInputs = with python.pkgs; [ pyqtwebengine.wrapQtAppsHook ];
17 buildInputs = [ anki ];
19 propagatedBuildInputs = with python.pkgs; [
33 substituteInPlace setup.py \
34 --replace '("", ["/usr/local/bin/mplayer"])' ""
37 # No tests/ directory in tarball
41 mkdir -p $out/share/applications
42 mv mnemosyne.desktop $out/share/applications
45 dontWrapQtApps = true;
48 "\${qtWrapperArgs[@]}"
52 homepage = "https://mnemosyne-proj.org/";
53 description = "Spaced-repetition software";
54 mainProgram = "mnemosyne";
56 The Mnemosyne Project has two aspects:
58 * It's a free flash-card tool which optimizes your learning process.
59 * It's a research project into the nature of long-term memory.
61 We strive to provide a clear, uncluttered piece of software, easy to use
62 and to understand for newbies, but still infinitely customisable through
63 plugins and scripts for power users.
67 Mnemosyne uses a sophisticated algorithm to schedule the best time for
68 a card to come up for review. Difficult cards that you tend to forget
69 quickly will be scheduled more often, while Mnemosyne won't waste your
70 time on things you remember well.
74 If you want, anonymous statistics on your learning process can be
75 uploaded to a central server for analysis. This data will be valuable to
76 study the behaviour of our memory over a very long time period. The
77 results will be used to improve the scheduling algorithms behind the
78 software even further.