django_1_5: remove
This commit is contained in:
parent
1aaa576549
commit
c0d349fb20
1 changed files with 0 additions and 23 deletions
|
@ -9802,29 +9802,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
django_1_5 = buildPythonPackage rec {
|
||||
name = "Django-${version}";
|
||||
version = "1.5.12";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://www.djangoproject.com/m/releases/1.5/${name}.tar.gz";
|
||||
sha256 = "1vbcvn6ncg7hq5i1w95h746vkq9lmp120vx63h3p56z5nsz7gpmk";
|
||||
};
|
||||
|
||||
# too complicated to setup
|
||||
doCheck = false;
|
||||
|
||||
# patch only $out/bin to avoid problems with starter templates (see #3134)
|
||||
postFixup = ''
|
||||
wrapPythonProgramsIn $out/bin "$out $pythonPath"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "A high-level Python Web framework";
|
||||
homepage = https://www.djangoproject.com/;
|
||||
};
|
||||
};
|
||||
|
||||
django_appconf = buildPythonPackage rec {
|
||||
name = "django-appconf-${version}";
|
||||
version = "1.0.1";
|
||||
|
|
Loading…
Reference in a new issue