Unverified Commit f0d576a1 authored by Charlotte 🦝 Deleńkec's avatar Charlotte 🦝 Deleńkec
Browse files

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.
parent 59a666f8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -153,6 +153,7 @@ python3Packages.buildPythonApplication rec {
  buildInputs = [
    qt6.qtbase
    qt6.qtsvg
    qt6.qtwebengine
  ]
  ++ lib.optional stdenv.hostPlatform.isLinux qt6.qtwayland;