Skip to content

Commit 4821c26

Browse files
authored
nitrokey-app2: add qtsvg (#355686)
2 parents 49906f0 + 08ce95f commit 4821c26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/tools/security/nitrokey-app2/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
, wrapQtAppsHook
66
, qtbase
77
, qtwayland
8+
, qtsvg
89
}:
910

1011
python3.pkgs.buildPythonApplication rec {
@@ -27,7 +28,7 @@ python3.pkgs.buildPythonApplication rec {
2728
];
2829

2930
buildInputs = [ qtbase ] ++ lib.optionals stdenv.hostPlatform.isLinux [
30-
qtwayland
31+
qtwayland qtsvg
3132
];
3233

3334
propagatedBuildInputs = with python3.pkgs; [

0 commit comments

Comments
 (0)