[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
114/136: gnu: rest: Use libsoup-minimal.
From: |
guix-commits |
Subject: |
114/136: gnu: rest: Use libsoup-minimal. |
Date: |
Sun, 17 Oct 2021 05:16:21 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit ed9daff65303ecea9c8b7cf2131b6c7aa685cb50
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 15 16:48:17 2021 -0400
gnu: rest: Use libsoup-minimal.
This is needed to prevent a dependency cycle between Inkscape and GTK+.
* gnu/packages/gnome.scm (rest)[propagated-inputs]
{libsoup}: Use the minimal variant.
---
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 47fa2d0..5f8e9aa 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4818,7 +4818,7 @@ from the GSettings schemas in gsettings-desktop-schemas.")
(propagated-inputs
;; rest-0.7.pc refers to all these.
`(("glib" ,glib)
- ("libsoup" ,libsoup)
+ ("libsoup" ,libsoup-minimal)
("libxml2" ,libxml2)))
(home-page "https://www.gtk.org/")
(synopsis "RESTful web api query library")
- 96/136: gnu: python-pypa-build: Update to 0.7.0., (continued)
- 96/136: gnu: python-pypa-build: Update to 0.7.0., guix-commits, 2021/10/17
- 100/136: gnu: python-pytest-6: Fix version via setuptools-scm., guix-commits, 2021/10/17
- 99/136: gnu: python-setuptools-scm: Update to 6.3.2, guix-commits, 2021/10/17
- 115/136: gnu: inkscape: Remove the legacy 0.92 version., guix-commits, 2021/10/17
- 105/136: gnu: at-spi2-core: Reverse inheritance relationship with minimal variant., guix-commits, 2021/10/17
- 116/136: gnu: mesa: Update to 21.2.4., guix-commits, 2021/10/17
- 126/136: gnu: glib-networking: Update to 2.70.rc., guix-commits, 2021/10/17
- 136/136: gnu: gtk: Deprecate gdk-pixbuf+svg in favor of librsvg., guix-commits, 2021/10/17
- 36/136: gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0., guix-commits, 2021/10/17
- 101/136: gnu: python-pathlib2: Update to 2.3.6., guix-commits, 2021/10/17
- 114/136: gnu: rest: Use libsoup-minimal.,
guix-commits <=
- 104/136: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/10/17
- 112/136: gnu: libcloudproviders-minimal: Introduce minimal variant., guix-commits, 2021/10/17
- 122/136: gnu: heimdal: Fix build., guix-commits, 2021/10/17
- 130/136: gnu: webkitgtk: Update to 2.34.0., guix-commits, 2021/10/17
- 127/136: gnu: vala: Update to 0.54.2., guix-commits, 2021/10/17
- 63/136: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/10/17
- 110/136: gnu: Add docbook-xsl-ns., guix-commits, 2021/10/17
- 109/136: gnu: json-glib-minimal: Introduce minimal variant., guix-commits, 2021/10/17
- 121/136: gnu: util-linux: Globally disable the lsns test., guix-commits, 2021/10/17
- 66/136: gnu: gst-editing-services: Update to 1.18.5., guix-commits, 2021/10/17