* BitTorrent 5.0.3.

* wxPython 2.6.3.

svn path=/nixpkgs/trunk/; revision=7341
This commit is contained in:
Eelco Dolstra
2006-12-13 20:30:09 +00:00
parent 0a91ca3091
commit 9ea7038c51
8 changed files with 51 additions and 17 deletions

View File

@@ -6,7 +6,8 @@ stdenv.mkDerivation {
url = http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted-2.4.0.tar.bz2;
md5 = "42eb0c8fd0f8707a39fff1dd6adab27d";
};
buildInputs = [python ZopeInterface];
buildInputs = [python];
propagatedBuildInputs = [ZopeInterface];
buildPhase = "true";
installPhase = "PYTHONPATH=$(toPythonPath $out):$PYTHONPATH; python ./setup.py install --prefix=$out";
installCommand = "PYTHONPATH=$(toPythonPath $out):$PYTHONPATH; python ./setup.py install --prefix=$out";
}