about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2015-09-06 21:05:26 +0200
committerGabriel Ebner <gebner@gebner.org>2015-09-06 21:05:26 +0200
commit1f8348bb5b434699263e12224d9b8d70ce443d52 (patch)
treea2b03cd105d09406d6fcf183f9d61ca4dfbd86c6 /pkgs/tools/inputmethods
parentbd84ebaa1e0359f41350e053ed24592b169b5714 (diff)
downloadnixlib-1f8348bb5b434699263e12224d9b8d70ce443d52.tar
nixlib-1f8348bb5b434699263e12224d9b8d70ce443d52.tar.gz
nixlib-1f8348bb5b434699263e12224d9b8d70ce443d52.tar.bz2
nixlib-1f8348bb5b434699263e12224d9b8d70ce443d52.tar.lz
nixlib-1f8348bb5b434699263e12224d9b8d70ce443d52.tar.xz
nixlib-1f8348bb5b434699263e12224d9b8d70ce443d52.tar.zst
nixlib-1f8348bb5b434699263e12224d9b8d70ce443d52.zip
ibus-anthy: fixup path in share/ibus/component/anthy.xml
Fixes #9676.
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/ibus-anthy/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/inputmethods/ibus-anthy/default.nix b/pkgs/tools/inputmethods/ibus-anthy/default.nix
index 22515a15d272..0b2382315a5d 100644
--- a/pkgs/tools/inputmethods/ibus-anthy/default.nix
+++ b/pkgs/tools/inputmethods/ibus-anthy/default.nix
@@ -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 \