* Added SQLite 3.3.
* Added PySQLite 2.2.2.
* Added Trac 0.9.5. To get you started; a new project environment is
created by executing:
$ trac-admin /path/to/trac_project_env initenv
Running the server can be done by executing:
$ tracd --port 8000 /path/to/projectenv
Trac is then available at http://localhost:8000/projectenv. More
information available at http://www.edgewall.com/trac/.
svn path=/nixpkgs/trunk/; revision=5195
10 lines
246 B
Bash
10 lines
246 B
Bash
source $stdenv/setup
|
|
|
|
mkdir -p $out
|
|
mkdir -p $out/site-packages
|
|
|
|
export PYTHON_SITE=$out/site-packages
|
|
configureFlags="--with-python=$python/bin/python --disable-apache --disable-perl --disable-ruby --disable-java --disable-csharp"
|
|
|
|
genericBuild
|