mnemosyne: fix application

This application has been missing some dependencies and the
correct environment for Qt. Additionally I added a depdency
on anki to support the import feature.

The project has also moved development to Github, as very briefly
mentioned on https://mnemosyne-proj.org/contributing.php but the
2.6.1 version released there seems to differ and causes a bunch
of new problems, so leaving it for now.
This commit is contained in:
Dima
2019-11-27 21:05:34 +01:00
committed by Lassulus
parent 1850d616ac
commit fdefc23f7d
2 changed files with 17 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchPypi, buildPythonPackage, pythonAtLeast
{ stdenv, fetchPypi, buildPythonPackage, pythonAtLeast, isPy3k
, more-itertools, six, setuptools_scm, setuptools-scm-git-archive
, pytest, pytestcov, portend, pytest-testmon, pytest-mock
, backports_unittest-mock, pyopenssl, requests, trustme, requests-unixsocket
@@ -10,6 +10,8 @@ buildPythonPackage rec {
pname = "cheroot";
version = "8.2.1";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "5b525b3e4a755adf78070ab54c1821fb860d4255a9317dba2b88eb2df2441cff";