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