diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-04-07 20:12:14 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-04-07 20:12:14 +0200 |
commit | a0c6a36b28853dc3cd355dbe5222ea19f7f672f5 (patch) | |
tree | 5bab1b8e61e0fc6062b9c0916db1a3142d06c408 | |
parent | c791efde74a98a2226bd26335b40815cbf2894c9 (diff) | |
download | guix-a0c6a36b28853dc3cd355dbe5222ea19f7f672f5.tar guix-a0c6a36b28853dc3cd355dbe5222ea19f7f672f5.tar.gz |
gnu: python-pkgconfig: Add license prefix.
* gnu/packages/python.scm (python-pkgconfig)[license]: Fix prefix.
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 63b21bd2ac..785da66d51 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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)) |