anki: add missing deps to buildInputs
The build broke because the test phase was missing QT Web Channel and QT Web Engine. These are indeed not listed as dependencies of Anki, nor are these dependencies new so I am not sure how it broke.
This commit is contained in:
@@ -153,6 +153,7 @@ python3Packages.buildPythonApplication rec {
|
||||
buildInputs = [
|
||||
qt6.qtbase
|
||||
qt6.qtsvg
|
||||
qt6.qtwebengine
|
||||
]
|
||||
++ lib.optional stdenv.hostPlatform.isLinux qt6.qtwayland;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user