Unverified Commit 4821c260 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

nitrokey-app2: add qtsvg (#355686)

parents 49906f0b 08ce95fa
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; [