diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-10 06:39:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-09 21:58:34 +0100 |
commit | 35d606f8f1af7b59d48f233d3bb1d2784f041c74 (patch) | |
tree | 6601aa4eb99e54223a4074374445902ecb9ad3a0 /gnu/packages/mail.scm | |
parent | b3aa712f9241e2568798c97205679f557b520a0f (diff) |
gnu: astroid: Fix build.
* gnu/packages/mail.scm (astroid)[inputs]: Substitute webkitgtk-with-libsoup2
for webkitgtk.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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/") |