diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-26 22:49:24 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-27 14:52:09 +0900 |
| commit | 8e4909179cc85cdba933eddf2a792350e8f32a85 (patch) | |
| tree | 7fad3b1881ffabc3af366bb361af14c33a73cc5d /gnu | |
| parent | 03b2eebb8761c467590d34b05c1eac4b9f5d6381 (diff) | |
gnu: json-glib-minimal: Add upstream-name property.
* gnu/packages/gnome.scm (json-glib-minimal): Add upstream-name
property, useful for 'guix refresh'.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d33f0d19d70..0795c07f91d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -4864,7 +4864,8 @@ configuration storage systems.") | |||
| 4864 | (description "JSON-GLib is a library providing serialization and | 4864 | (description "JSON-GLib is a library providing serialization and |
| 4865 | described by RFC 4627. It implements a full JSON parser and generator using | 4865 | described by RFC 4627. It implements a full JSON parser and generator using |
| 4866 | GLib and GObject, and integrates JSON with GLib data types.") | 4866 | GLib and GObject, and integrates JSON with GLib data types.") |
| 4867 | (license license:lgpl2.1+))) | 4867 | (license license:lgpl2.1+) |
| 4868 | (properties '((upstream-name . "json-glib"))))) | ||
| 4868 | 4869 | ||
| 4869 | (define-public json-glib | 4870 | (define-public json-glib |
| 4870 | (package/inherit json-glib-minimal | 4871 | (package/inherit json-glib-minimal |
