gnu: python2-py2cairo: Fix 'license' field.
* gnu/packages/gtk.scm (python2-py2cairo)[license]: Change to a list of <license> (was a list of symbols.)
This commit is contained in:
parent
4c8425b783
commit
0d6a83390d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue