mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
anki: fix with pyqtwebengine
This commit is contained in:
parent
888b8c819e
commit
33a876e619
@ -7,7 +7,7 @@
|
||||
, lame
|
||||
, mplayer
|
||||
, libpulseaudio
|
||||
, pyqt5
|
||||
, pyqtwebengine
|
||||
, decorator
|
||||
, beautifulsoup4
|
||||
, sqlalchemy
|
||||
@ -83,7 +83,7 @@ buildPythonApplication rec {
|
||||
outputs = [ "out" "doc" "man" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pyqt5 sqlalchemy beautifulsoup4 send2trash pyaudio requests decorator
|
||||
pyqtwebengine sqlalchemy beautifulsoup4 send2trash pyaudio requests decorator
|
||||
markdown
|
||||
]
|
||||
++ lib.optional plotsSupport matplotlib
|
||||
|
Loading…
Reference in New Issue
Block a user