diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-14 02:11:54 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-16 23:25:19 +0200 |
commit | a862fe6cbb363667545dfe59b53a46aeea82f8b9 (patch) | |
tree | 326c497592464672e279be640e31ac80ae287357 | |
parent | 13d858413cba036637c94dcc3efd7ddc7fc4a778 (diff) |
gnu: python-pygobject: Add 'upstream-name' property.
* gnu/packages/glib.scm (python-pygobject)[properties]: New field.
-rw-r--r-- | gnu/packages/glib.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index bf414d26854..d361b2b224d 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -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 |