nitrokey-app2: add qtsvg

Fixes icons not showing in the app.
This commit is contained in:
Vika
2024-11-13 18:27:28 +03:00
parent 2408c7f62d
commit 08ce95fa09

View File

@@ -5,6 +5,7 @@
, wrapQtAppsHook
, qtbase
, qtwayland
, qtsvg
}:
python3.pkgs.buildPythonApplication rec {
@@ -27,7 +28,7 @@ python3.pkgs.buildPythonApplication rec {
];
buildInputs = [ qtbase ] ++ lib.optionals stdenv.hostPlatform.isLinux [
qtwayland
qtwayland qtsvg
];
propagatedBuildInputs = with python3.pkgs; [