mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05: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)
|
("protobuf" ,protobuf)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("python-pygobject" ,python-pygobject)
|
("python-pygobject" ,python-pygobject)
|
||||||
("webkitgtk" ,webkitgtk)))
|
("webkitgtk-with-libsoup2" ,webkitgtk-with-libsoup2)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list adwaita-icon-theme)) ; Required for the thread view
|
(list adwaita-icon-theme)) ; Required for the thread view
|
||||||
(home-page "https://astroidmail.github.io/")
|
(home-page "https://astroidmail.github.io/")
|
||||||
|
|
Loading…
Reference in a new issue