We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2408c7f commit 08ce95fCopy full SHA for 08ce95f
pkgs/tools/security/nitrokey-app2/default.nix
@@ -5,6 +5,7 @@
5
, wrapQtAppsHook
6
, qtbase
7
, qtwayland
8
+, qtsvg
9
}:
10
11
python3.pkgs.buildPythonApplication rec {
@@ -27,7 +28,7 @@ python3.pkgs.buildPythonApplication rec {
27
28
];
29
30
buildInputs = [ qtbase ] ++ lib.optionals stdenv.hostPlatform.isLinux [
- qtwayland
31
+ qtwayland qtsvg
32
33
34
propagatedBuildInputs = with python3.pkgs; [
0 commit comments