Skip to content

Commit

Permalink
ibus: hack-fix build after glib update
Browse files Browse the repository at this point in the history
It isn't nice, but I didn't see any other quick way to fix this.
  • Loading branch information
vcunat committed Oct 1, 2017
1 parent 2daad2f commit a58120c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/tools/inputmethods/ibus/default.nix
Expand Up @@ -50,6 +50,12 @@ let
};
pyEnv = python3.buildEnv.override {
extraLibs = [ python3.pkgs.pygobject3 ];

# ImportError: No module named site
postBuild = ''
makeWrapper '${glib.dev}/bin/glib-genmarshal' "$out"/bin/glib-genmarshal \
--unset PYTHONPATH
'';
};
in stdenv.mkDerivation rec {
name = "ibus-${version}";
Expand Down

0 comments on commit a58120c

Please sign in to comment.