* wxPython updated to 2.8.12.0.
* wxPython builder: wrap the Python programs (such as pyshell) so that they actually work. svn path=/nixpkgs/trunk/; revision=27122
This commit is contained in:
@@ -12,6 +12,11 @@ buildPhase() {
|
||||
|
||||
installPhase() {
|
||||
python setup.py $flags install --prefix=$out
|
||||
|
||||
# Ugly workaround for Nixpkgs/111.
|
||||
ln -s $out/lib/python*/site-packages/wx-*-gtk2-unicode/* $out/lib/python*/site-packages
|
||||
|
||||
wrapPythonPrograms
|
||||
}
|
||||
|
||||
genericBuild
|
||||
|
||||
Reference in New Issue
Block a user