[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
202/242: gnu: libgrss: Use libsoup-minimal-2 to fix build.
From: |
guix-commits |
Subject: |
202/242: gnu: libgrss: Use libsoup-minimal-2 to fix build. |
Date: |
Wed, 11 May 2022 18:03:27 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 355ea51e953860f7a714edad0b9d2b8ae4dd66fc
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 20 00:59:38 2022 -0400
gnu: libgrss: Use libsoup-minimal-2 to fix build.
* gnu/packages/gnome.scm (libgrss)[propagated-inputs]: Use
libsoup-minimal-2.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d1067408ae..1bd8f82478 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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.")
- 181/242: gnu: Add python-argparse-addons., (continued)
- 181/242: gnu: Add python-argparse-addons., guix-commits, 2022/05/11
- 182/242: gnu: python-bitstruct: Update to 8.14.0., guix-commits, 2022/05/11
- 180/242: gnu: python-celery: Update to 5.2.6 and enable tests., guix-commits, 2022/05/11
- 186/242: gnu: Add python-mergedeep., guix-commits, 2022/05/11
- 188/242: gnu: python-ghp-import: Update to 2.0.2., guix-commits, 2022/05/11
- 187/242: gnu: Add python-pyyaml-env-tag., guix-commits, 2022/05/11
- 190/242: gnu: python-mkdocs: Update to 1.3.0., guix-commits, 2022/05/11
- 191/242: gnu: Add python-crccheck., guix-commits, 2022/05/11
- 193/242: gnu: python-locust: Update to 2.8.6., guix-commits, 2022/05/11
- 199/242: gnu: weasyprint: Update to 54.3., guix-commits, 2022/05/11
- 202/242: gnu: libgrss: Use libsoup-minimal-2 to fix build.,
guix-commits <=
- 196/242: gnu: python-miio: Update to 0.5.11., guix-commits, 2022/05/11
- 198/242: gnu: Add python-pydyf., guix-commits, 2022/05/11
- 197/242: gnu: Remove python-orator due to being broken and unmaintained., guix-commits, 2022/05/11
- 204/242: gnu: emacsy: Use webkitgtk-with-libsoup2., guix-commits, 2022/05/11
- 208/242: gnu: python-flask-wtf: Update to 1.0.1., guix-commits, 2022/05/11
- 212/242: gnu: dynaconf: Fix build following python-click upgrade., guix-commits, 2022/05/11
- 217/242: gnu: python-sphinx-click: Update to 4.0.3 and enable tests., guix-commits, 2022/05/11
- 206/242: gnu: Remove python2-keyring., guix-commits, 2022/05/11
- 211/242: gnu: python2-sqlalchemy: Skip a failing test., guix-commits, 2022/05/11
- 220/242: gnu: python-sphinx-argparse: Update to 0.3.1., guix-commits, 2022/05/11