me
/
guix
Archived
1
0
Fork 0

gnu: libgrss: Use libsoup-minimal-2 to fix build.

* gnu/packages/gnome.scm (libgrss)[propagated-inputs]: Use libsoup-minimal-2.
master
Maxim Cournoyer 2022-04-20 00:59:38 -04:00
parent 9ca7d9f82d
commit e96c89b2c6
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ services.")
(list docbook-xml-4.1.2 gobject-introspection gtk-doc/stable
pkg-config))
(propagated-inputs
(list glib libsoup libxml2))
(list glib libsoup-minimal-2 libxml2))
(synopsis "Glib library for feeds")
(description "LibGRSS is a Glib abstraction to handle feeds in RSS, Atom,
and other formats.")