ibus-engines.typing-booster: fix wrapper arguments escaping

main
Naïm Favier 2 years ago
parent 9c5fb74132
commit 163f8185b0
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2
  1. 2
      pkgs/tools/inputmethods/ibus-engines/ibus-typing-booster/wrapper.nix

@ -20,7 +20,7 @@ symlinkJoin {
postBuild = ''
for i in bin/emoji-picker libexec/ibus-{setup,engine}-typing-booster; do
wrapProgram "$out/$i" \
--prefix NIX_HUNSPELL_DIRS : ${hunspellDirs}
--prefix NIX_HUNSPELL_DIRS : ${lib.escapeShellArg hunspellDirs}
done
sed -i -e "s,${typing-booster},$out," $out/share/ibus/component/typing-booster.xml

Loading…
Cancel
Save