diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-09-25 13:51:58 +0300 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-01 12:13:44 +0100 |
| commit | 3cca86b369fb5168175fa45f6ae6665157fd508a (patch) | |
| tree | 71773e4b0d5ca88c8acc4afa9ce5780d6022f5fa /gnu | |
| parent | c794bf4b8120f9f201f346abc7af6ff9775d5f70 (diff) | |
gnu: toot: Enable TUI graphics.
* gnu/packages/fediverse.scm (toot)[inputs]: Add python-pillow,
python-term-image.
[native-inputs]: Remove python-pillow.
Change-Id: I51bf2843c1890f2a1dc2f29f00697708595728fd
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
| -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 ce91efa9b4d..e1c5e1f64bd 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. |
