gnu: gajim: Add python2-axolotl to inputs.
* gnu/packages/messaging.scm (gajim)[inputs]: Add python2-axolotl. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									0ce5cb02fa
								
							
						
					
					
						commit
						0b4c385f8f
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -550,7 +550,8 @@ was initially a fork of xmpppy, but uses non-blocking sockets.")
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("intltool" ,intltool)))
 | 
					     `(("intltool" ,intltool)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("python2-nbxmpp" ,python2-nbxmpp)
 | 
					     `(("python2-axolotl" ,python2-axolotl)
 | 
				
			||||||
 | 
					       ("python2-nbxmpp" ,python2-nbxmpp)
 | 
				
			||||||
       ("python2-pyopenssl" ,python2-pyopenssl)
 | 
					       ("python2-pyopenssl" ,python2-pyopenssl)
 | 
				
			||||||
       ("python2-gnupg" ,python2-gnupg)
 | 
					       ("python2-gnupg" ,python2-gnupg)
 | 
				
			||||||
       ("python2-pygtk" ,python2-pygtk)
 | 
					       ("python2-pygtk" ,python2-pygtk)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue