gnu: pango: Explicitly propagate some inputs.
These are already propagated from Cairo, but include them for clarity. * gnu/packages/gtk.scm (pango)[propagated-inputs]: Add FONTCONFIG, FREETYPE and GLIB.
This commit is contained in:
		
							parent
							
								
									d9efe02566
								
							
						
					
					
						commit
						60a32a2d60
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -226,7 +226,11 @@ affine transformation (scale, rotation, shear, etc.).")
 | 
				
			||||||
              "0illn78nfwpa8y5knh9ir74wa1skc2hi8f3ny19zgpyf7n5dh94r"))))
 | 
					              "0illn78nfwpa8y5knh9ir74wa1skc2hi8f3ny19zgpyf7n5dh94r"))))
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
   (propagated-inputs
 | 
					   (propagated-inputs
 | 
				
			||||||
 | 
					    ;; These are all in Requires or Requires.private of the '.pc' files.
 | 
				
			||||||
    `(("cairo" ,cairo)
 | 
					    `(("cairo" ,cairo)
 | 
				
			||||||
 | 
					      ("fontconfig" ,fontconfig)
 | 
				
			||||||
 | 
					      ("freetype" ,freetype)
 | 
				
			||||||
 | 
					      ("glib" ,glib)
 | 
				
			||||||
      ("harfbuzz" ,harfbuzz)))
 | 
					      ("harfbuzz" ,harfbuzz)))
 | 
				
			||||||
   (inputs
 | 
					   (inputs
 | 
				
			||||||
    `(("fribidi" ,fribidi)
 | 
					    `(("fribidi" ,fribidi)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue