mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: astroid: Fix build.
* gnu/packages/mail.scm (astroid)[inputs]: Substitute webkitgtk-with-libsoup2 for webkitgtk.
This commit is contained in:
parent
b3aa712f92
commit
35d606f8f1
1 changed files with 1 additions and 1 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue