mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-django-mailman3: Fix dangling python2- variant.
* gnu/packages/mail.scm (python-django-mailman3)[properties]: Correctly identify the python2- variant.
This commit is contained in:
parent
faec049c3b
commit
ff7a6c6d5b
1 changed files with 1 additions and 1 deletions
|
@ -2652,7 +2652,7 @@ (define-public python-django-mailman3
|
||||||
(description
|
(description
|
||||||
"This package contains libraries and templates for Django-based interfaces
|
"This package contains libraries and templates for Django-based interfaces
|
||||||
interacting with Mailman.")
|
interacting with Mailman.")
|
||||||
(properties `((python2-variant . ,(delay python2-django-mailman))))
|
(properties `((python2-variant . ,(delay python2-django-mailman3))))
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
;; This is the last version to support Python-2.
|
;; This is the last version to support Python-2.
|
||||||
|
|
Loading…
Reference in a new issue