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
co-authored by Norbert Melzer
parent d857988d21
commit 5f2678d7d3
+1 -1
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 = ''