pythonPackages.django_1_6: disable for python >= 3.4

django 1.6 does not support python>=3.4
This commit is contained in:
Lancelot SIX 2016-10-31 16:08:13 +01:00
parent 830a9bf4fb
commit 0f7decd012

View File

@ -9719,6 +9719,9 @@ in {
name = "Django-${version}";
version = "1.6.11";
# Support to python-3.4 and higher was introduced in django_1_7
disabled = !(isPy26 || isPy27 || isPy33);
src = pkgs.fetchurl {
url = "http://www.djangoproject.com/m/releases/1.6/${name}.tar.gz";
sha256 = "0misvia78c14y07zs5xsb9lv54q0v217jpaindrmhhw4wiryal3y";