about summary refs log tree commit diff
path: root/pkgs/development/python-modules/wxPython/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/wxPython/builder.sh')
-rw-r--r--pkgs/development/python-modules/wxPython/builder.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/wxPython/builder.sh b/pkgs/development/python-modules/wxPython/builder.sh
index e4dce866c6765..ed7177081f9fb 100644
--- a/pkgs/development/python-modules/wxPython/builder.sh
+++ b/pkgs/development/python-modules/wxPython/builder.sh
@@ -5,16 +5,13 @@ flags="WXPORT=gtk2 NO_HEADERS=1 BUILD_GLCANVAS=0 BUILD_OGL=0 UNICODE=1"
 configurePhase() {
     cd wxPython
 }
-configurePhase=configurePhase
 
 buildPhase() {
     python setup.py $flags build
 }
-buildPhase=buildPhase
 
 installPhase() {
     python setup.py $flags install --prefix=$out
 }
-installPhase=installPhase
 
-genericBuild
\ No newline at end of file
+genericBuild