Loading pkgs/games/anki/bin.nix +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ let targetPkgs = pkgs: (with pkgs; [ xorg.libxkbfile xcb-util-cursor-HEAD krb5 ]); runScript = writeShellScript "anki-wrapper.sh" '' exec ${unpacked}/bin/anki ${ lib.strings.escapeShellArgs commandLineArgs } exec ${unpacked}/bin/anki ${ lib.strings.escapeShellArgs commandLineArgs } "$@" ''; extraInstallCommands = '' Loading Loading
pkgs/games/anki/bin.nix +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ let targetPkgs = pkgs: (with pkgs; [ xorg.libxkbfile xcb-util-cursor-HEAD krb5 ]); runScript = writeShellScript "anki-wrapper.sh" '' exec ${unpacked}/bin/anki ${ lib.strings.escapeShellArgs commandLineArgs } exec ${unpacked}/bin/anki ${ lib.strings.escapeShellArgs commandLineArgs } "$@" ''; extraInstallCommands = '' Loading