gnu: gtksourceview-2: Propagate input libxml2.
* gnu/packages/gtk.scm (gtksourceview-2): Move libxml2 to propagated inputs.
This commit is contained in:
		
							parent
							
								
									e6974eae1d
								
							
						
					
					
						commit
						68d85de163
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -293,7 +293,6 @@ diagrams.")
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("gtk" ,gtk+-2)
 | 
					     `(("gtk" ,gtk+-2)
 | 
				
			||||||
       ("libxml2" ,libxml2)
 | 
					 | 
				
			||||||
       ;; These two are needed only to allow the tests to run successfully.
 | 
					       ;; These two are needed only to allow the tests to run successfully.
 | 
				
			||||||
       ("xorg-server" ,xorg-server)
 | 
					       ("xorg-server" ,xorg-server)
 | 
				
			||||||
       ("shared-mime-info" ,shared-mime-info)))
 | 
					       ("shared-mime-info" ,shared-mime-info)))
 | 
				
			||||||
| 
						 | 
					@ -301,6 +300,9 @@ diagrams.")
 | 
				
			||||||
     `(("intltool" ,intltool)
 | 
					     `(("intltool" ,intltool)
 | 
				
			||||||
       ("glib" ,glib "bin")             ; for glib-genmarshal, etc.
 | 
					       ("glib" ,glib "bin")             ; for glib-genmarshal, etc.
 | 
				
			||||||
       ("pkg-config" ,pkg-config)))
 | 
					       ("pkg-config" ,pkg-config)))
 | 
				
			||||||
 | 
					    (propagated-inputs
 | 
				
			||||||
 | 
					     ;; As per the pkg-config file.
 | 
				
			||||||
 | 
					     `(("libxml2" ,libxml2)))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
       ;; Unfortunately, some of the tests in "make check" are highly dependent
 | 
					       ;; Unfortunately, some of the tests in "make check" are highly dependent
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue