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:
@@ -17,6 +17,8 @@ python.pkgs.buildPythonApplication rec {
|
||||
buildInputs = [ anki ];
|
||||
|
||||
propagatedBuildInputs = with python.pkgs; [
|
||||
googletrans
|
||||
gtts
|
||||
pyqtwebengine
|
||||
pyqt5
|
||||
matplotlib
|
||||
|
||||
Reference in New Issue
Block a user