mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 05:28:40 +00:00
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:
parent
15fe35384f
commit
a1c4054f73
@ -150,6 +150,7 @@ python3.pkgs.buildPythonApplication {
|
||||
|
||||
buildInputs = [
|
||||
qt6.qtbase
|
||||
qt6.qtsvg
|
||||
] ++ lib.optional stdenv.isLinux qt6.qtwayland;
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user