vagrantc pushed a commit to branch core-updates-frozen-batched-changes in repository guix.
commit 8b114cba62c11c9ca28fb7a99434ef2fc247123f Author: Maxim Cournoyer <[email protected]> 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
