mirage: fix localization
This commit is contained in:
committed by
Bjørn Forsman
parent
03858122be
commit
c0df12ccf0
@@ -17,6 +17,10 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
buildInputs = [ stdenv libX11 gettext ];
|
buildInputs = [ stdenv libX11 gettext ];
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i "s@/usr/local/share/locale@$out/share/locale@" mirage.py
|
||||||
|
'';
|
||||||
|
|
||||||
pythonPath = [ pygtk pil ];
|
pythonPath = [ pygtk pil ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|||||||
Reference in New Issue
Block a user