9261c1eaa5
svn path=/nixpkgs/trunk/; revision=795
8 lines
202 B
Bash
Executable file
8 lines
202 B
Bash
Executable file
#! /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
|