~ruther/guix-local

33b2520175feec6d9bea8f3b1063ac440f2aafbf — Marius Bakke 9 years ago dcc9b6a
gnu: python-django: Specify CPE name.

* gnu/packages/django.scm (python-django, python2-django)[properties]: Add
"cpe-name".
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/django.scm
M gnu/packages/django.scm => gnu/packages/django.scm +2 -1
@@ 80,7 80,8 @@ development and clean, pragmatic design.  It provides many tools for building
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))))