From 1f8348bb5b434699263e12224d9b8d70ce443d52 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 6 Sep 2015 21:05:26 +0200 Subject: [PATCH] ibus-anthy: fixup path in share/ibus/component/anthy.xml Fixes #9676. --- pkgs/tools/inputmethods/ibus-anthy/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/inputmethods/ibus-anthy/default.nix b/pkgs/tools/inputmethods/ibus-anthy/default.nix index 22515a15d27..0b2382315a5 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 \