gnu: librsvg: Do not propagate gdk-pixbuf.
Propagating gdk-pixbuf rather than gdk-pixbuf+svg is dangerous as it clashes with GTK+'s own gdk-pixbuf+svg propagation. * gnu/packages/gnome.scm (librsvg)[propagated-inputs]: Remove gdk-pixbuf. [inputs]: Add gdk-pixbuf+svg.
This commit is contained in:
		
							parent
							
								
									22476d3783
								
							
						
					
					
						commit
						d8919224ed
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -3335,11 +3335,11 @@ dealing with different structured file formats.")
 | 
				
			||||||
       ("libcroco" ,libcroco)
 | 
					       ("libcroco" ,libcroco)
 | 
				
			||||||
       ("bzip2" ,bzip2)
 | 
					       ("bzip2" ,bzip2)
 | 
				
			||||||
       ("libgsf" ,libgsf)
 | 
					       ("libgsf" ,libgsf)
 | 
				
			||||||
 | 
					       ("gdk-pixbuf" ,gdk-pixbuf)
 | 
				
			||||||
       ("libxml2" ,libxml2)))
 | 
					       ("libxml2" ,libxml2)))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     ;; librsvg-2.0.pc refers to all of that.
 | 
					     ;; librsvg-2.0.pc refers to all of that.
 | 
				
			||||||
     `(("cairo" ,cairo)
 | 
					     `(("cairo" ,cairo)
 | 
				
			||||||
       ("gdk-pixbuf" ,gdk-pixbuf)
 | 
					 | 
				
			||||||
       ("glib" ,glib)))
 | 
					       ("glib" ,glib)))
 | 
				
			||||||
    (home-page "https://wiki.gnome.org/LibRsvg")
 | 
					    (home-page "https://wiki.gnome.org/LibRsvg")
 | 
				
			||||||
    (synopsis "Render SVG files using Cairo")
 | 
					    (synopsis "Render SVG files using Cairo")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue