Merge pull request #248162 from edanaher/anki-pass-command-line-arguments

anki-bin: pass command-line arguments through anki-wrapper

authored by

Atemu and committed by
GitHub
ce5e4a6e 5f9bf6e1

+1 -1
+1 -1
pkgs/games/anki/bin.nix
··· 58 58 targetPkgs = pkgs: (with pkgs; [ xorg.libxkbfile xcb-util-cursor-HEAD krb5 ]); 59 59 60 60 runScript = writeShellScript "anki-wrapper.sh" '' 61 - exec ${unpacked}/bin/anki ${ lib.strings.escapeShellArgs commandLineArgs } 61 + exec ${unpacked}/bin/anki ${ lib.strings.escapeShellArgs commandLineArgs } "$@" 62 62 ''; 63 63 64 64 extraInstallCommands = ''