gnu: python-django-mailman3: Fix dangling python2- variant.
* gnu/packages/mail.scm (python-django-mailman3)[properties]: Correctly identify the python2- variant.master
parent
faec049c3b
commit
ff7a6c6d5b
|
@ -2652,7 +2652,7 @@ installation on systems where resources are limited. Its features include:
|
|||
(description
|
||||
"This package contains libraries and templates for Django-based interfaces
|
||||
interacting with Mailman.")
|
||||
(properties `((python2-variant . ,(delay python2-django-mailman))))
|
||||
(properties `((python2-variant . ,(delay python2-django-mailman3))))
|
||||
(license license:gpl3+)))
|
||||
|
||||
;; This is the last version to support Python-2.
|
||||
|
|
Reference in New Issue