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-02-27 01:06:06 +01:00 committed by Jon
parent ecc01102d5
commit a0a16c7993

View file

@ -17,6 +17,8 @@ python.pkgs.buildPythonApplication rec {
buildInputs = [ anki ];
propagatedBuildInputs = with python.pkgs; [
googletrans
gtts
pyqtwebengine
pyqt5
matplotlib