mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: poezio: Add missing input.
* gnu/packages/messaging.scm (poezio)[inputs]: Add python-typing-extensions.
This commit is contained in:
parent
6744ec2f35
commit
f387f8f8ca
1 changed files with 2 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue