guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: uhttpmock: Use libsoup 2.


From: guix-commits
Subject: 01/02: gnu: uhttpmock: Use libsoup 2.
Date: Sun, 31 Oct 2021 01:40:12 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit 2d6058d4a8188f18606e63f97d9172908e832e4c
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 a9d4b84..05d07a8 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]