gnu: libcmis: Propagate inputs.
* gnu/packages/libreoffice.scm (libcmis): Move curl and libxml2 from 'inputs' to 'propagated-inputs'.
This commit is contained in:
		
							parent
							
								
									239c853c43
								
							
						
					
					
						commit
						f678913cfe
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -223,11 +223,12 @@ working with graphics in the WPG (WordPerfect Graphics) format.") | |||
|     (native-inputs | ||||
|      `(("cppunit" ,cppunit) | ||||
|        ("pkg-config" ,pkg-config))) | ||||
|     (propagated-inputs ; in Requires field of .pkg | ||||
|      `(("curl" ,curl) | ||||
|        ("libxml2" ,libxml2))) | ||||
|     (inputs | ||||
|      `(("boost" ,boost) | ||||
|        ("curl" ,curl) | ||||
|        ("cyrus-sasl" ,cyrus-sasl) | ||||
|        ("libxml2" ,libxml2) | ||||
|        ("openssl" ,openssl))) | ||||
|     (arguments | ||||
|      `(#:configure-flags | ||||
|  |  | |||
		Reference in a new issue