mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
gnu: python-pygobject: Add 'upstream-name' property.
* gnu/packages/glib.scm (python-pygobject)[properties]: New field.
This commit is contained in:
parent
13d858413c
commit
a862fe6cbb
1 changed files with 2 additions and 0 deletions
|
@ -890,6 +890,8 @@ useful for C++.")
|
|||
(synopsis "Python bindings for GObject")
|
||||
(description
|
||||
"Python bindings for GLib, GObject, and GIO.")
|
||||
(properties
|
||||
'((upstream-name . "pygobject")))
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public perl-glib
|
||||
|
|
Loading…
Add table
Reference in a new issue