guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-pkgconfig: Add license prefix.


From: Mathieu Lirzin
Subject: 01/01: gnu: python-pkgconfig: Add license prefix.
Date: Thu, 07 Apr 2016 18:18:56 +0000

mthl pushed a commit to branch master
in repository guix.

commit a0c6a36b28853dc3cd355dbe5222ea19f7f672f5
Author: Mathieu Lirzin <address@hidden>
Date:   Thu Apr 7 20:12:14 2016 +0200

    gnu: python-pkgconfig: Add license prefix.
    
    * gnu/packages/python.scm (python-pkgconfig)[license]: Fix prefix.
---
 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 63b21bd..785da66 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]