pkgs/anki: add qtsvg to inputs to fix anki theme

This fixes #248357

It turns out the checkmark and so on are svg images, and without qtsvg,
they don't render right, making the preferences panel appear broken.

This seems to fix it for me!

Shoutout to antecrescent for the fix! https://github.com/NixOS/nixpkgs/issues/248357#issuecomment-1850020525
This commit is contained in:
Euan Kemp 2023-12-12 00:01:02 +09:00
parent 15fe35384f
commit a1c4054f73

View File

@ -150,6 +150,7 @@ python3.pkgs.buildPythonApplication {
buildInputs = [
qt6.qtbase
qt6.qtsvg
] ++ lib.optional stdenv.isLinux qt6.qtwayland;
propagatedBuildInputs = with python3.pkgs; [