gnu: astroid: Fix build.

* gnu/packages/mail.scm (astroid)[inputs]: Substitute webkitgtk-with-libsoup2
for webkitgtk.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-10 06:39:52 +01:00
parent b3aa712f92
commit 35d606f8f1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -924,7 +924,7 @@ (define-public astroid
("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/")