fix pygtk in pyhtonNew
svn path=/nixpkgs/trunk/; revision=16261
This commit is contained in:
parent
7cd0bee0c7
commit
6ec3225722
@ -200,8 +200,8 @@ in
|
||||
unset installPhase
|
||||
export G2CONF="--enable-gconf" # hack, should be specified somewhere else
|
||||
for srcs in $pygobjectSrc $pygtkSrc $pySrcs; do
|
||||
cd $TMP; mkdir "$(basename $srcs)"; cd "$(basename $srcs)"; unpackPhase
|
||||
cd $sourceRoot
|
||||
cd $TMP; mkdir "$(basename $srcs)"; cd "$(basename $srcs)"; unpackFile $srcs
|
||||
cd *
|
||||
configurePhase; buildPhase; installPhase
|
||||
addToEnv $out # pygtk has to know about pygobject
|
||||
PATH=$out/bin:$PATH # gnome-python nees pygtk-codegen
|
||||
|
Loading…
Reference in New Issue
Block a user