* Added wxPython.
svn path=/nixpkgs/trunk/; revision=795
This commit is contained in:
8
pkgs/development/python-modules/wxPython/builder.sh
Executable file
8
pkgs/development/python-modules/wxPython/builder.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#! /bin/sh -e
|
||||
|
||||
buildinputs="$wxGTK $python $pkgconfig $gtk"
|
||||
. $stdenv/setup
|
||||
|
||||
tar xvfz $src
|
||||
cd wxPythonSrc-*/wxPython
|
||||
python setup.py WXPORT=gtk2 BUILD_GLCANVAS=0 BUILD_OGL=0 build install --prefix=$out
|
||||
Reference in New Issue
Block a user