plover_5: fix missing icons

(cherry picked from commit 92a285f1b0)
This commit is contained in:
Gavin John
2026-08-06 18:56:52 -04:00
committed by github-actions[bot]
parent 0a20840b87
commit 5ebbd8945e
2 changed files with 3 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
wheel,
xlib,
qtbase,
qtsvg,
wrapQtAppsHook,
hidapi,
xkbcommon,
@@ -127,6 +128,7 @@ buildPythonPackage (finalAttrs: {
buildInputs = [
qtbase
qtsvg
];
nativeCheckInputs = [

View File

@@ -12847,7 +12847,7 @@ self: super: with self; {
};
plover_5 = callPackage ../development/python-modules/plover/5.nix {
inherit (pkgs.qt6) qtbase wrapQtAppsHook;
inherit (pkgs.qt6) qtbase wrapQtAppsHook qtsvg;
};
pluggy = callPackage ../development/python-modules/pluggy { };