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

* gnu/packages/gtk.scm (python2-py2cairo)[license]: Change to a list of
  <license> (was a list of symbols.)
master
Ludovic Courtès 2014-12-07 12:13:34 +01:00
parent 4c8425b783
commit 0d6a83390d
1 changed files with 1 additions and 1 deletions

View File

@ -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