gnu: libfreehand: Propagate inputs.
* gnu/packages/libreoffice.scm (libfreehand): Move librevenge and zlib from 'inputs' to 'propagated-inputs'.
This commit is contained in:
		
							parent
							
								
									480fe00270
								
							
						
					
					
						commit
						c5b5800bb5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -376,7 +376,7 @@ library primarily intended for language guessing.")
 | 
			
		|||
       ("gperf" ,gperf)
 | 
			
		||||
       ("perl" ,perl)
 | 
			
		||||
       ("pkg-config" ,pkg-config)))
 | 
			
		||||
    (inputs
 | 
			
		||||
    (propagated-inputs ; in Requires or Requires.private field of .pkg
 | 
			
		||||
     `(("librevenge" ,librevenge)
 | 
			
		||||
       ("zlib" ,zlib)))
 | 
			
		||||
    (home-page "https://wiki.documentfoundation.org/DLP/Libraries/libfreehand")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue