setuptools: revert back to 18.2 as 18.4 breaks packages
This commit is contained in:
parent
612b6b7a8d
commit
6a9aeea26d
@ -4,11 +4,11 @@ stdenv.mkDerivation rec {
|
|||||||
shortName = "setuptools-${version}";
|
shortName = "setuptools-${version}";
|
||||||
name = "${python.executable}-${shortName}";
|
name = "${python.executable}-${shortName}";
|
||||||
|
|
||||||
version = "18.4";
|
version = "18.2"; # 18.4 breaks python34Packages.characteristic and many others
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pypi.python.org/packages/source/s/setuptools/${shortName}.tar.gz";
|
url = "http://pypi.python.org/packages/source/s/setuptools/${shortName}.tar.gz";
|
||||||
sha256 = "07qigmdgm6pard6gwlgj5n7cm0f43nk271ymacsdhjhbwsc51snd";
|
sha256 = "07avbdc26yl2a46s76fc7m4vg611g8sh39l26x9dr9byya6sb509";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python wrapPython distutils-cfg ];
|
buildInputs = [ python wrapPython distutils-cfg ];
|
||||||
|
Loading…
Reference in New Issue
Block a user