diff options
| -rw-r--r-- | gnu/packages/fediverse.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/fediverse.scm b/gnu/packages/fediverse.scm index ce91efa9b4..e1c5e1f64b 100644 --- a/gnu/packages/fediverse.scm +++ b/gnu/packages/fediverse.scm @@ -137,7 +137,10 @@ the federation of interconnected video hosting services.") python-requests python-tomlkit python-urwid-3 - python-wcwidth)) + python-wcwidth + ;; Required to display images in the TUI + python-pillow + python-term-image)) (home-page "https://github.com/ihabunek/toot/") (synopsis "Mastodon CLI client") (description "Interact with Mastodon social network from the command line. |
