mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ (define-public python2-py2cairo
|
||||||
`(#:python ,python-2
|
`(#:python ,python-2
|
||||||
,@(package-arguments python-pycairo)))
|
,@(package-arguments python-pycairo)))
|
||||||
;; Dual-licensed under LGPL 2.1 or Mozilla Public License 1.1
|
;; 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
|
(define-public python2-pygtk
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue