prefix setuptools -> python-setuptools

This commit is contained in:
Florian Friesdorf 2012-12-22 00:46:55 +01:00
parent 886742d91a
commit ad55bb39ba

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, python, wrapPython }:
stdenv.mkDerivation rec {
name = "setuptools-" + version;
name = "python-setuptools-" + version;
version = "0.6c11";