anki-bin: add new dependencies

This commit is contained in:
Mahmoud Ayman
2024-04-01 17:53:44 +02:00
parent a2eb367a1a
commit cf8ec33cde
+1 -1
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 } "$@"