lol

ibus-anthy: fixup path in share/ibus/component/anthy.xml

Fixes #9676.

+1
+1
pkgs/tools/inputmethods/ibus-anthy/default.nix
··· 17 17 buildInputs = [ makeWrapper ibus anthy intltool pkgconfig glib gobjectIntrospection python pythonPackages.pygobject3 ]; 18 18 19 19 postFixup = '' 20 + substituteInPlace $out/share/ibus/component/anthy.xml --replace \$\{exec_prefix\} $out 20 21 for file in "$out"/libexec/*; do 21 22 wrapProgram "$file" \ 22 23 --prefix PYTHONPATH : $PYTHONPATH \