anki-bin: add new dependencies

This commit is contained in:
Mahmoud Ayman 2023-05-06 17:25:32 +03:00
parent 54b777d451
commit 4a1e9009ad
No known key found for this signature in database
GPG key ID: A23D3563FD90EA8F

View file

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