setuptoolsSite - only setuptools' site.py

This commit is contained in:
Florian Friesdorf
2012-12-03 05:20:04 +01:00
parent d4d76a8443
commit e50571e29d
3 changed files with 25 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
{ stdenv, fetchurl, python, wrapPython }:
stdenv.mkDerivation rec {
name = "setuptools-0.6c11";
name = "setuptools-" + version;
version = "0.6c11";
src = fetchurl {
url = "http://pypi.python.org/packages/source/s/setuptools/${name}.tar.gz";