gnu: gdk-pixbuf: Propagate glib and libpng.
* gnu/packages/gtk.scm (gdk-pixbuf): Move glib and libpng to 'propagated-inputs'.
This commit is contained in:
		
							parent
							
								
									4281d1b6f3
								
							
						
					
					
						commit
						1b5758a65e
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		|  | @ -274,10 +274,11 @@ printing and other features typical of a source code editor.") | |||
|              (base32 | ||||
|               "05s6ksvy1yan6h6zny9n3bmvygcnzma6ljl6i0z9cci2xg116c8q")))) | ||||
|    (build-system gnu-build-system) | ||||
|    (inputs | ||||
|    (propagated-inputs ; required by gdk-pixbuf-2.0.pc | ||||
|     `(("glib" ,glib) | ||||
|       ("libjpeg" ,libjpeg) | ||||
|       ("libpng" ,libpng) | ||||
|       ("libpng" ,libpng))) | ||||
|    (inputs | ||||
|     `(("libjpeg" ,libjpeg) | ||||
|       ("libtiff" ,libtiff))) | ||||
|    (native-inputs | ||||
|      `(("pkg-config" ,pkg-config) | ||||
|  |  | |||
		Reference in a new issue