mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
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
d8919224ed
commit
26487f6f8a
1 changed files with 1 additions and 1 deletions
|
@ -3513,6 +3513,7 @@ (define-public librsvg-next
|
||||||
`(("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)
|
||||||
|
@ -3520,7 +3521,6 @@ (define-public librsvg-next
|
||||||
("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.
|
||||||
|
|
Loading…
Reference in a new issue