me
/
guix
Archived
1
0
Fork 0

gnu: python-django-mailman3: Fix dangling python2- variant.

* gnu/packages/mail.scm (python-django-mailman3)[properties]: Correctly
identify the python2- variant.
master
Efraim Flashner 2020-07-21 15:52:00 +03:00
parent faec049c3b
commit ff7a6c6d5b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -2652,7 +2652,7 @@ installation on systems where resources are limited. Its features include:
(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.