mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 17:12:27 +00:00
nitrokey-app2: add qtsvg
Fixes icons not showing in the app.
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user