gnu: python-pygobject: Add 'upstream-name' property.
* gnu/packages/glib.scm (python-pygobject)[properties]: New field.master
parent
13d858413c
commit
a862fe6cbb
|
@ -890,6 +890,8 @@ useful for C++.")
|
||||||
(synopsis "Python bindings for GObject")
|
(synopsis "Python bindings for GObject")
|
||||||
(description
|
(description
|
||||||
"Python bindings for GLib, GObject, and GIO.")
|
"Python bindings for GLib, GObject, and GIO.")
|
||||||
|
(properties
|
||||||
|
'((upstream-name . "pygobject")))
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public perl-glib
|
(define-public perl-glib
|
||||||
|
|
Reference in New Issue