mirage: fix localization
This commit is contained in:
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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user