gnu: flac: Propagate libogg.
* gnu/packages/xiph.scm (flac): Move libogg to 'propagated-inputs'.
This commit is contained in:
		
							parent
							
								
									221d45726c
								
							
						
					
					
						commit
						d529b91b4e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -204,7 +204,7 @@ OpenBSD's sndio.")
 | 
			
		|||
   (arguments
 | 
			
		||||
    `(#:parallel-tests? #f))
 | 
			
		||||
   ;; FIXME: configure also looks for xmms, input could be added once it exists
 | 
			
		||||
   (inputs `(("libogg" ,libogg)))
 | 
			
		||||
   (propagated-inputs `(("libogg" ,libogg))) ; required by flac.pc
 | 
			
		||||
   (synopsis "Free lossless audio codec")
 | 
			
		||||
   (description
 | 
			
		||||
"FLAC stands for Free Lossless Audio Codec, an audio format that is lossless,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue