mnemosyne: Add pyopengl to silence OpenGL warning
This commit is contained in:
parent
f6889aa21e
commit
4ea30958a8
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue