gnu: profanity: Enable pgp support.
* gnu/packages/messaging.scm (profanity)[arguments]<#configure-flags>: Add --enable-pgp. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
		
							parent
							
								
									7644b8b5a6
								
							
						
					
					
						commit
						a2c609953e
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -1632,6 +1632,7 @@ are both supported).")
 | 
				
			||||||
       (list "--enable-c-plugins"
 | 
					       (list "--enable-c-plugins"
 | 
				
			||||||
             "--enable-otr"
 | 
					             "--enable-otr"
 | 
				
			||||||
             "--enable-omemo"
 | 
					             "--enable-omemo"
 | 
				
			||||||
 | 
					             "--enable-pgp"
 | 
				
			||||||
             "--enable-icons"
 | 
					             "--enable-icons"
 | 
				
			||||||
             "--enable-notifications")))
 | 
					             "--enable-notifications")))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue