summaryrefslogtreecommitdiffstats
path: root/pkgs/games/anki
diff options
context:
space:
mode:
authorCharles Zhang <chzh4769@colorado.edu>2023-03-31 14:21:30 -0600
committerGitHub <noreply@github.com>2023-03-31 14:21:30 -0600
commit5f2678d7d3dff2956b53fcd69c8dd22ac39e8521 (patch)
tree2ec9d7491ac2141ed75e5fe1a0b68975187563d9 /pkgs/games/anki
parentd857988d21be667385c3841f0ce7df7c9ec153fb (diff)
Update pkgs/games/anki/bin.nix
Co-authored-by: Norbert Melzer <timmelzer@gmail.com>
Diffstat (limited to 'pkgs/games/anki')
-rw-r--r--pkgs/games/anki/bin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/anki/bin.nix b/pkgs/games/anki/bin.nix
index d824475f8fd8..76da2825571a 100644
--- a/pkgs/games/anki/bin.nix
+++ b/pkgs/games/anki/bin.nix
@@ -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 = ''