summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-08-26 22:49:24 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-08-27 14:52:09 +0900
commit8e4909179cc85cdba933eddf2a792350e8f32a85 (patch)
tree7fad3b1881ffabc3af366bb361af14c33a73cc5d /gnu
parent03b2eebb8761c467590d34b05c1eac4b9f5d6381 (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.scm3
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
4865described by RFC 4627. It implements a full JSON parser and generator using 4865described by RFC 4627. It implements a full JSON parser and generator using
4866GLib and GObject, and integrates JSON with GLib data types.") 4866GLib 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