mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pkgconfig: Add license prefix.
* gnu/packages/python.scm (python-pkgconfig)[license]: Fix prefix.
This commit is contained in:
parent
c791efde74
commit
a0c6a36b28
1 changed files with 1 additions and 1 deletions
|
@ -8656,7 +8656,7 @@ CloudFront content delivery network.")
|
||||||
can be used to find all pkg-config packages, check if a package exists,
|
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
|
check if a package meets certain version requirements, query CFLAGS and
|
||||||
LDFLAGS and parse the output to build extensions with setup.py.")
|
LDFLAGS and parse the output to build extensions with setup.py.")
|
||||||
(license expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-pkgconfig
|
(define-public python2-pkgconfig
|
||||||
(package-with-python2 python-pkgconfig))
|
(package-with-python2 python-pkgconfig))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue