summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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