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:
Renato Alves
2020-03-12 21:39:50 -07:00
committed by Jon
parent ecc01102d5
commit a0a16c7993
+2
View File
@@ -17,6 +17,8 @@ python.pkgs.buildPythonApplication rec {
buildInputs = [ anki ];
propagatedBuildInputs = with python.pkgs; [
googletrans
gtts
pyqtwebengine
pyqt5
matplotlib