mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-django: Specify CPE name.
* gnu/packages/django.scm (python-django, python2-django)[properties]: Add "cpe-name".
This commit is contained in:
parent
dcc9b6abc7
commit
33b2520175
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ (define-public python-django
|
|||
any Web site. Django focuses on automating as much as possible and adhering
|
||||
to the @dfn{don't repeat yourself} (DRY) principle.")
|
||||
(license license:bsd-3)
|
||||
(properties `((python2-variant . ,(delay python2-django))))))
|
||||
(properties `((python2-variant . ,(delay python2-django))
|
||||
(cpe-name . "django")))))
|
||||
|
||||
(define-public python2-django
|
||||
(let ((base (package-with-python2 (strip-python2-variant python-django))))
|
||||
|
|
Loading…
Reference in a new issue