Commit 08ce95fa authored by Vika's avatar Vika
Browse files

nitrokey-app2: add qtsvg

Fixes icons not showing in the app.
parent 2408c7f6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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; [