Update pkgs/games/anki/bin.nix

Co-authored-by: Norbert Melzer <timmelzer@gmail.com>
This commit is contained in:
Charles Zhang 2023-03-31 14:21:30 -06:00 committed by GitHub
parent d857988d21
commit 5f2678d7d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ let
targetPkgs = pkgs: (with pkgs; [ xorg.libxkbfile krb5 ]);
runScript = writeShellScript "anki-wrapper.sh" ''
exec ${unpacked}/bin/anki ${ lib.strings.escapeShellArg commandLineArgs }
exec ${unpacked}/bin/anki ${ lib.strings.escapeShellArgs commandLineArgs }
'';
extraInstallCommands = ''