ibus: hack-fix build after glib update
It isn't nice, but I didn't see any other quick way to fix this.
This commit is contained in:
parent
2daad2f6fa
commit
a58120cebd
@ -50,6 +50,12 @@ let
|
|||||||
};
|
};
|
||||||
pyEnv = python3.buildEnv.override {
|
pyEnv = python3.buildEnv.override {
|
||||||
extraLibs = [ python3.pkgs.pygobject3 ];
|
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 {
|
in stdenv.mkDerivation rec {
|
||||||
name = "ibus-${version}";
|
name = "ibus-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user