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:
commit
297644c27a
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue