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 @@ TCP sessions from existing clients.")
 | 
				
			||||||
           python-pygments
 | 
					           python-pygments
 | 
				
			||||||
           python-pyinotify
 | 
					           python-pyinotify
 | 
				
			||||||
           python-qrcode
 | 
					           python-qrcode
 | 
				
			||||||
           python-slixmpp))
 | 
					           python-slixmpp
 | 
				
			||||||
 | 
					           python-typing-extensions))
 | 
				
			||||||
    (synopsis "Console Jabber/XMPP Client")
 | 
					    (synopsis "Console Jabber/XMPP Client")
 | 
				
			||||||
    (description "Poezio is a free console XMPP client (the protocol on which
 | 
					    (description "Poezio is a free console XMPP client (the protocol on which
 | 
				
			||||||
the Jabber IM network is built).
 | 
					the Jabber IM network is built).
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue