mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
c794bf4b81
commit
3cca86b369
1 changed files with 4 additions and 1 deletions
|
@ -137,7 +137,10 @@ the federation of interconnected video hosting services.")
|
||||||
python-requests
|
python-requests
|
||||||
python-tomlkit
|
python-tomlkit
|
||||||
python-urwid-3
|
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/")
|
(home-page "https://github.com/ihabunek/toot/")
|
||||||
(synopsis "Mastodon CLI client")
|
(synopsis "Mastodon CLI client")
|
||||||
(description "Interact with Mastodon social network from the command line.
|
(description "Interact with Mastodon social network from the command line.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue