3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #9685 from gebner/fix-ibus-anthy-path

ibus-anthy: fixup path in share/ibus/component/anthy.xml
This commit is contained in:
Arseniy Seroka 2015-09-06 22:45:07 +03:00
commit 297644c27a

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 \