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:
Charlotte 🦝 Deleńkec
2026-02-25 17:03:13 +01:00
parent 59a666f88f
commit f0d576a127
+1
View File
@@ -153,6 +153,7 @@ python3Packages.buildPythonApplication rec {
buildInputs = [
qt6.qtbase
qt6.qtsvg
qt6.qtwebengine
]
++ lib.optional stdenv.hostPlatform.isLinux qt6.qtwayland;