gnu: poezio: Add missing input.

* gnu/packages/messaging.scm (poezio)[inputs]: Add
python-typing-extensions.
This commit is contained in:
Efraim Flashner 2023-06-18 21:24:35 +03:00
parent 6744ec2f35
commit f387f8f8ca
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -436,7 +436,8 @@ (define-public poezio
python-pygments
python-pyinotify
python-qrcode
python-slixmpp))
python-slixmpp
python-typing-extensions))
(synopsis "Console Jabber/XMPP Client")
(description "Poezio is a free console XMPP client (the protocol on which
the Jabber IM network is built).