mirage: fix localization

This commit is contained in:
Sergey Mironov 2013-11-15 00:17:21 +04:00 committed by Bjørn Forsman
parent 03858122be
commit c0df12ccf0

View File

@ -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 = {