mirage: fix localization

This commit is contained in:
Sergey Mironov
2013-11-14 21:24:11 +01:00
committed by Bjørn Forsman
parent 03858122be
commit c0df12ccf0
@@ -17,6 +17,10 @@ buildPythonPackage rec {
buildInputs = [ stdenv libX11 gettext ];
patchPhase = ''
sed -i "s@/usr/local/share/locale@$out/share/locale@" mirage.py
'';
pythonPath = [ pygtk pil ];
meta = {