gnu: guile-bytestructures: Remove guild warnings.
* gnu/packages/guile.scm (guile-bytestructures)[arguments]: Pass GUILE_AUTO_COMPILE=0 as make-flag to prevent guild warnings.
This commit is contained in:
		
							parent
							
								
									16e42db095
								
							
						
					
					
						commit
						9a78e181f0
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -595,6 +595,9 @@ Guile's foreign function interface.")
 | 
			
		|||
               (base32
 | 
			
		||||
                "0q0habjiy3h9cigb7q1br9kz6z212dn2ab31f6dgd3rrmsfn5rvb"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:make-flags
 | 
			
		||||
       '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("autoconf" ,autoconf)
 | 
			
		||||
       ("automake" ,automake)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue