Revert "Revert "pythonPackages.django: clarify versions, remove django_lts attribute""
Every major version will have only a single LTS release, which is the
one we typically keep in Nixpkgs.
https://www.djangoproject.com/download/
This reverts commit af8a48c3c1.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
pyPkgs: fetchFromGitHub:
|
||||
{
|
||||
django_2_0 = pyPkgs.django_2_2.overridePythonAttrs (old: rec {
|
||||
django_2_0 = pyPkgs.django_2.overridePythonAttrs (old: rec {
|
||||
version = "2.0.12";
|
||||
src = pyPkgs.fetchPypi {
|
||||
inherit (old) pname;
|
||||
|
||||
Reference in New Issue
Block a user