From a0a16c7993864bd457e5c89bc7c476174129824f Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Thu, 27 Feb 2020 01:06:06 +0100 Subject: [PATCH] mnemosyne: add googletrans and gtts python dependencies These python packages interface with Google Translate and their absence causes mnemosyne to fail at launch. --- pkgs/games/mnemosyne/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/games/mnemosyne/default.nix b/pkgs/games/mnemosyne/default.nix index 2fb675359511..38763073ac8f 100644 --- a/pkgs/games/mnemosyne/default.nix +++ b/pkgs/games/mnemosyne/default.nix @@ -17,6 +17,8 @@ python.pkgs.buildPythonApplication rec { buildInputs = [ anki ]; propagatedBuildInputs = with python.pkgs; [ + googletrans + gtts pyqtwebengine pyqt5 matplotlib