mnemosyne: add googletrans and gtts python dependencies
These python packages interface with Google Translate and their absence causes mnemosyne to fail at launch.
This commit is contained in:
parent
ecc01102d5
commit
a0a16c7993
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ python.pkgs.buildPythonApplication rec {
|
|||
buildInputs = [ anki ];
|
||||
|
||||
propagatedBuildInputs = with python.pkgs; [
|
||||
googletrans
|
||||
gtts
|
||||
pyqtwebengine
|
||||
pyqt5
|
||||
matplotlib
|
||||
|
|
Loading…
Reference in a new issue