lilyp pushed a commit to branch gnome-team
in repository guix.
commit f01d2d7c6fd94c345a9cb66aa413feb524df3a0c
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:06 2025 +0100
gnu: libsoup-minimal: Add upstream-name.
* gnu/packages/gnome.scm (libsoup-minimal)[properties]: Add upstream-name.
---
gnu/packages/gnome.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d8155fcabf..bf6732bfed 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5244,7 +5244,8 @@ as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps.")
(description
"LibSoup is an HTTP client/server library for GNOME. It uses GObjects
and the GLib main loop, to integrate well with GNOME applications.")
- (license license:lgpl2.0+)))
+ (license license:lgpl2.0+)
+ (properties '((upstream-name . "libsoup")))))
;;; An older variant kept to build the 'rest' package.
(define-public libsoup-minimal-2