anki-bin: add new dependencies

This commit is contained in:
Mahmoud Ayman 2024-04-01 17:53:44 +02:00
parent a2eb367a1a
commit cf8ec33cde
No known key found for this signature in database
GPG Key ID: A23D3563FD90EA8F

View File

@ -60,7 +60,7 @@ let
'';
# Dependencies of anki
targetPkgs = pkgs: (with pkgs; [ xorg.libxkbfile xcb-util-cursor-HEAD krb5 ]);
targetPkgs = pkgs: (with pkgs; [ xorg.libxkbfile xcb-util-cursor-HEAD krb5 zstd ]);
runScript = writeShellScript "anki-wrapper.sh" ''
exec ${unpacked}/bin/anki ${ lib.strings.escapeShellArgs commandLineArgs } "$@"