gnu: profanity: Disable static libraries.
* gnu/packages/messaging.scm (profanity) [arguments]<#:configure-flag>: Add --disable-static. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
This commit is contained in:
		
							parent
							
								
									dcfd7c7bc9
								
							
						
					
					
						commit
						22ba2bb83c
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -2096,6 +2096,7 @@ are both supported).")
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags
 | 
					     `(#:configure-flags
 | 
				
			||||||
       (list
 | 
					       (list
 | 
				
			||||||
 | 
					        "--disable-static"
 | 
				
			||||||
        "--enable-notifications"
 | 
					        "--enable-notifications"
 | 
				
			||||||
        "--enable-python-plugins"
 | 
					        "--enable-python-plugins"
 | 
				
			||||||
        "--enable-c-plugins"
 | 
					        "--enable-c-plugins"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue