gnu: librsvg-next: 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-next)[propagated-inputs]: Remove gdk-pixbuf. [inputs]: Add gdk-pixbuf+svg.
This commit is contained in:
parent
532292b562
commit
91e40dd2ed
1 changed files with 1 additions and 1 deletions
|
@ -3553,6 +3553,7 @@ for dealing with different structured file formats.")
|
||||||
`(("bzip2" ,bzip2)
|
`(("bzip2" ,bzip2)
|
||||||
("fontconfig" ,fontconfig)
|
("fontconfig" ,fontconfig)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
|
("gdk-pixbuf" ,gdk-pixbuf)
|
||||||
("harfbuzz" ,harfbuzz)
|
("harfbuzz" ,harfbuzz)
|
||||||
("libcroco" ,libcroco)
|
("libcroco" ,libcroco)
|
||||||
("libgsf" ,libgsf)
|
("libgsf" ,libgsf)
|
||||||
|
@ -3560,7 +3561,6 @@ for dealing with different structured file formats.")
|
||||||
("pango" ,pango)))
|
("pango" ,pango)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("cairo" ,cairo)
|
`(("cairo" ,cairo)
|
||||||
("gdk-pixbuf" ,gdk-pixbuf)
|
|
||||||
("glib" ,glib)))
|
("glib" ,glib)))
|
||||||
(synopsis "SVG rendering library")
|
(synopsis "SVG rendering library")
|
||||||
(description "Librsvg is a library to render SVG images to Cairo surfaces.
|
(description "Librsvg is a library to render SVG images to Cairo surfaces.
|
||||||
|
|
Reference in a new issue