mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
committed by
github-actions[bot]
parent
0a20840b87
commit
5ebbd8945e
@@ -27,6 +27,7 @@
|
||||
wheel,
|
||||
xlib,
|
||||
qtbase,
|
||||
qtsvg,
|
||||
wrapQtAppsHook,
|
||||
hidapi,
|
||||
xkbcommon,
|
||||
@@ -127,6 +128,7 @@ buildPythonPackage (finalAttrs: {
|
||||
|
||||
buildInputs = [
|
||||
qtbase
|
||||
qtsvg
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user