mnemosyne: Add pyopengl to silence OpenGL warning

This commit is contained in:
Renato Alves 2020-04-11 01:46:57 +02:00
parent f6889aa21e
commit 4ea30958a8
No known key found for this signature in database
GPG key ID: C5D065FC72082AE9

View file

@ -17,13 +17,14 @@ python.pkgs.buildPythonApplication rec {
buildInputs = [ anki ];
propagatedBuildInputs = with python.pkgs; [
cheroot
cherrypy
googletrans
gtts
pyqtwebengine
pyqt5
matplotlib
cherrypy
cheroot
pyopengl
pyqt5
pyqtwebengine
webob
];