Copy bonobo defs
python-rsvg will fail to build if if can't find the bonobo defs files
This commit is contained in:
parent
7c9eebf446
commit
60898eb064
@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# WAF is probably the biggest crap on this planet, btw i removed the /gtk-2.0 path thingy
|
# WAF is probably the biggest crap on this planet, btw i removed the /gtk-2.0 path thingy
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
sed -e "s@{PYTHONDIR}/gtk-2.0@{PYTHONDIR}/@" -i gconf/wscript
|
sed -e "s@{PYTHONDIR}/gtk-2.0@{PYTHONDIR}/@" -i gconf/wscript
|
||||||
python waf configure --prefix=$out
|
python waf configure --prefix=$out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
python waf install
|
python waf install
|
||||||
|
cp bonobo/*.{py,defs} $out/share/pygtk/2.0/defs/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ python pkgconfig pygobject pygtk glib gtk GConf libgnome pythonDBus ];
|
buildInputs = [ python pkgconfig pygobject pygtk glib gtk GConf libgnome pythonDBus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user