[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
185/201: gnu: uhttpmock: Use libsoup 2.
From: |
guix-commits |
Subject: |
185/201: gnu: uhttpmock: Use libsoup 2. |
Date: |
Mon, 1 Nov 2021 23:19:16 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit eaac856962cb87f3a96026ab9498556f3eccfcf8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Oct 31 01:26:17 2021 -0400
gnu: uhttpmock: Use libsoup 2.
* gnu/packages/web.scm (uhttpmock)[inputs]{libsoup}: Downgrade to libsoup 2
to
fix build.
---
gnu/packages/web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ed58834..218aae6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5092,7 +5092,7 @@ fast and flexible way of exploring HTML from the
terminal.")
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("pkg-config" ,pkg-config)))
(inputs
- `(("libsoup" ,libsoup)))
+ `(("libsoup" ,libsoup-minimal-2)))
(arguments
`(#:phases
(modify-phases %standard-phases
- 102/201: gnu: meson: Patch to allow installing to independent prefixes., (continued)
- 102/201: gnu: meson: Patch to allow installing to independent prefixes., guix-commits, 2021/11/01
- 111/201: gnu: colord-minimal: Introduce minimal variant., guix-commits, 2021/11/01
- 115/201: gnu: inkscape: Remove the legacy 0.92 version., guix-commits, 2021/11/01
- 130/201: gnu: webkitgtk: Update to 2.34.1., guix-commits, 2021/11/01
- 122/201: gnu: heimdal: Fix build., guix-commits, 2021/11/01
- 133/201: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/11/01
- 149/201: gnu: meson: Update to 0.60.0., guix-commits, 2021/11/01
- 158/201: gnu: gdk-pixbuf: Remove obsolete jasper support., guix-commits, 2021/11/01
- 200/201: gnu: gvfs: Use meson-0.59 to workaround faulty meson., guix-commits, 2021/11/01
- 183/201: gnu: jami-gnome: Fix build with webkitgtk 2.34.1., guix-commits, 2021/11/01
- 185/201: gnu: uhttpmock: Use libsoup 2.,
guix-commits <=
- 172/201: gnu: dconf: Update to 0.40.0., guix-commits, 2021/11/01
- 190/201: gnu: python-requests: Update to 2.26.0., guix-commits, 2021/11/01
- 180/201: gnu: network-manager: Update to 1.32.12., guix-commits, 2021/11/01
- 199/201: gnu: libgdata: Use libsoup 2 to fix build., guix-commits, 2021/11/01
- 181/201: gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0., guix-commits, 2021/11/01
- 60/201: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/11/01
- 65/201: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/11/01
- 68/201: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/11/01
- 85/201: gnu: Add ld-gold-wrapper., guix-commits, 2021/11/01
- 86/201: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/11/01