~ruther/guix-local

a0c6a36b28853dc3cd355dbe5222ea19f7f672f5 — Mathieu Lirzin 10 years ago c791efd
gnu: python-pkgconfig: Add license prefix.

* gnu/packages/python.scm (python-pkgconfig)[license]: Fix prefix.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -1
@@ 8656,7 8656,7 @@ CloudFront content delivery network.")
can be used to find all pkg-config packages, check if a package exists,
check if a package meets certain version requirements, query CFLAGS and
LDFLAGS and parse the output to build extensions with setup.py.")
    (license expat)))
    (license license:expat)))

(define-public python2-pkgconfig
  (package-with-python2 python-pkgconfig))