* Quick start section.

* Updated some packages that are referenced in that section.

svn path=/nixpkgs/trunk/; revision=12139
This commit is contained in:
Eelco Dolstra
2008-06-17 14:19:59 +00:00
parent 579099e9d0
commit d97069da1a
12 changed files with 303 additions and 23 deletions
@@ -1,19 +1,19 @@
source $stdenv/setup
# Workaround for:
# File "...-python-2.4.4/lib/python2.4/posixpath.py", line 62, in join
# elif path == '' or path.endswith('/'):
# AttributeError: 'NoneType' object has no attribute 'endswith'
export HOME=$TMP
buildPhase=buildPhase
buildPhase() {
#substituteInPlace BitTorrent/GUI_wx/__init__.py --replace "'2.6'" "'2.8'"
python setup.py build
}
installPhase=installPhase
installPhase() {
python setup.py install --prefix=$out
@@ -24,4 +24,5 @@ installPhase() {
done
}
genericBuild
@@ -7,6 +7,7 @@ assert gui -> wxPython != null;
stdenv.mkDerivation {
name = "bittorrent-5.2.0";
builder = ./builder.sh;
src = fetchurl {