gnu: libe-book: Propagate inputs.
* gnu/packages/libreoffice.scm (libe-book): Move icu4c, librevenge and libxml2 from 'inputs' to 'propagated-inputs'.
This commit is contained in:
		
							parent
							
								
									b7e71faaf7
								
							
						
					
					
						commit
						933c390ca7
					
				
					 1 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -163,10 +163,12 @@ into other word processors.")
 | 
			
		|||
     `(("cppunit" ,cppunit)
 | 
			
		||||
       ("gperf" ,gperf)
 | 
			
		||||
       ("pkg-config" ,pkg-config)))
 | 
			
		||||
    (inputs `(("boost" ,boost)
 | 
			
		||||
              ("icu4c" ,icu4c)
 | 
			
		||||
    (propagated-inputs ; in Requires or Requires.private field of .pkg
 | 
			
		||||
     `(("icu4c" ,icu4c)
 | 
			
		||||
       ("librevenge" ,librevenge)
 | 
			
		||||
       ("libxml2" ,libxml2)))
 | 
			
		||||
    (inputs
 | 
			
		||||
      `(("boost" ,boost)))
 | 
			
		||||
    (arguments
 | 
			
		||||
     ;; avoid triggering configure errors by simple inclusion of boost headers
 | 
			
		||||
     `(#:configure-flags '("--disable-werror")))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue