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

Fixes #9676.
This commit is contained in:
Gabriel Ebner 2015-09-06 21:05:26 +02:00
parent bd84ebaa1e
commit 1f8348bb5b

View File

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
buildInputs = [ makeWrapper ibus anthy intltool pkgconfig glib gobjectIntrospection python pythonPackages.pygobject3 ];
postFixup = ''
substituteInPlace $out/share/ibus/component/anthy.xml --replace \$\{exec_prefix\} $out
for file in "$out"/libexec/*; do
wrapProgram "$file" \
--prefix PYTHONPATH : $PYTHONPATH \