guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python2-py2cairo: Fix 'license' field.


From: Ludovic Courtès
Subject: 01/01: gnu: python2-py2cairo: Fix 'license' field.
Date: Sun, 07 Dec 2014 11:14:27 +0000

civodul pushed a commit to branch master
in repository guix.

commit 0d6a83390def166743d3c3c17d924c7435013d97
Author: Ludovic Courtès <address@hidden>
Date:   Sun Dec 7 12:13:34 2014 +0100

    gnu: python2-py2cairo: Fix 'license' field.
    
    * gnu/packages/gtk.scm (python2-py2cairo)[license]: Change to a list of
      <license> (was a list of symbols.)
---
 gnu/packages/gtk.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index c07062d..bcfe651 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -693,7 +693,7 @@ extensive documentation, including API reference and a 
tutorial.")
      `(#:python ,python-2
        ,@(package-arguments python-pycairo)))
     ;; Dual-licensed under LGPL 2.1 or Mozilla Public License 1.1
-    (license '(license:lgpl2.1 license:mpl1.1))))
+    (license (list license:lgpl2.1 license:mpl1.1))))
 
 (define-public python2-pygtk
   (package



reply via email to

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