gnu: libvisio: Propagate inputs.
* gnu/packages/libreoffice.scm (libvisio): Move icu4c, librevenge and libxml2 from 'inputs' to 'propagated-inputs'.
This commit is contained in:
		
							parent
							
								
									86d648ea97
								
							
						
					
					
						commit
						a3be6b8bb0
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		|  | @ -461,11 +461,12 @@ created by PageMaker version 6.x and 7.") | ||||||
|        ("gperf" ,gperf) |        ("gperf" ,gperf) | ||||||
|        ("perl" ,perl) |        ("perl" ,perl) | ||||||
|        ("pkg-config" ,pkg-config))) |        ("pkg-config" ,pkg-config))) | ||||||
|     (inputs |     (propagated-inputs ; in Requires or Requires.private field of .pkg | ||||||
|      `(("boost" ,boost) |      `(("icu4c" ,icu4c) | ||||||
|        ("icu4c" ,icu4c) |  | ||||||
|        ("librevenge" ,librevenge) |        ("librevenge" ,librevenge) | ||||||
|        ("libxml2" ,libxml2))) |        ("libxml2" ,libxml2))) | ||||||
|  |     (inputs | ||||||
|  |      `(("boost" ,boost))) | ||||||
|     ;; FIXME: Not needed any more for newer version 0.1.1. |     ;; FIXME: Not needed any more for newer version 0.1.1. | ||||||
|     (arguments |     (arguments | ||||||
|      ;; avoid triggering a build failure due to warnings |      ;; avoid triggering a build failure due to warnings | ||||||
|  |  | ||||||
		Reference in a new issue