[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
114/169: gnu: rest: Use libsoup-minimal.
From: |
guix-commits |
Subject: |
114/169: gnu: rest: Use libsoup-minimal. |
Date: |
Thu, 28 Oct 2021 02:08:51 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 727c7a2f86783863fe1db048dbd116a16c3c423e
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 c3e6a25..ef5f2f0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4826,7 +4826,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")
- 97/169: gnu: Add python-flit-core., (continued)
- 97/169: gnu: Add python-flit-core., guix-commits, 2021/10/28
- 98/169: gnu: Add python-tomli., guix-commits, 2021/10/28
- 96/169: gnu: python-pypa-build: Update to 0.7.0., guix-commits, 2021/10/28
- 99/169: gnu: python-setuptools-scm: Update to 6.3.2, guix-commits, 2021/10/28
- 102/169: gnu: meson: Patch to allow installing to independent prefixes., guix-commits, 2021/10/28
- 103/169: build: glib-or-gtk-build-system: Simplify the wrap-all-programs phase., guix-commits, 2021/10/28
- 105/169: gnu: at-spi2-core: Reverse inheritance relationship with minimal variant., guix-commits, 2021/10/28
- 107/169: gnu: lsof: Disable the LTlock test., guix-commits, 2021/10/28
- 108/169: gnu: lsof: Fix indentation., guix-commits, 2021/10/28
- 110/169: gnu: Add docbook-xsl-ns., guix-commits, 2021/10/28
- 114/169: gnu: rest: Use libsoup-minimal.,
guix-commits <=
- 111/169: gnu: colord-minimal: Introduce minimal variant., guix-commits, 2021/10/28
- 115/169: gnu: inkscape: Remove the legacy 0.92 version., guix-commits, 2021/10/28
- 112/169: gnu: libcloudproviders-minimal: Introduce minimal variant., guix-commits, 2021/10/28
- 117/169: gnu: graphviz: Update to 2.49.0., guix-commits, 2021/10/28
- 121/169: gnu: util-linux: Globally disable the lsns test., guix-commits, 2021/10/28
- 122/169: gnu: heimdal: Fix build., guix-commits, 2021/10/28
- 123/169: gnu: pango: Update to 1.48.10., guix-commits, 2021/10/28
- 125/169: gnu: glib: Update to 2.70, specify a bindir prefix and hide package., guix-commits, 2021/10/28
- 124/169: gnu: libthai: Make datrie a normal native-input., guix-commits, 2021/10/28
- 126/169: gnu: glib-networking: Update to 2.70.rc., guix-commits, 2021/10/28