guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: astroid: Fix build.


From: guix-commits
Subject: 05/11: gnu: astroid: Fix build.
Date: Mon, 10 Jan 2022 14:30:57 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 35d606f8f1af7b59d48f233d3bb1d2784f041c74
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jan 10 06:39:52 2022 +0100

    gnu: astroid: Fix build.
    
    * gnu/packages/mail.scm (astroid)[inputs]: Substitute 
webkitgtk-with-libsoup2
    for webkitgtk.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 403f32d5c9..a60af537b7 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -924,7 +924,7 @@ mailpack.  What can alterMIME do?
        ("protobuf" ,protobuf)
        ("python" ,python-wrapper)
        ("python-pygobject" ,python-pygobject)
-       ("webkitgtk" ,webkitgtk)))
+       ("webkitgtk-with-libsoup2" ,webkitgtk-with-libsoup2)))
     (propagated-inputs
      (list adwaita-icon-theme)) ; Required for the thread view
     (home-page "https://astroidmail.github.io/";)



reply via email to

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