mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -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)
|
||||
("fontconfig" ,fontconfig)
|
||||
("freetype" ,freetype)
|
||||
("gdk-pixbuf" ,gdk-pixbuf)
|
||||
("harfbuzz" ,harfbuzz)
|
||||
("libcroco" ,libcroco)
|
||||
("libgsf" ,libgsf)
|
||||
|
@ -3520,7 +3521,6 @@ (define-public librsvg-next
|
|||
("pango" ,pango)))
|
||||
(propagated-inputs
|
||||
`(("cairo" ,cairo)
|
||||
("gdk-pixbuf" ,gdk-pixbuf)
|
||||
("glib" ,glib)))
|
||||
(synopsis "SVG rendering library")
|
||||
(description "Librsvg is a library to render SVG images to Cairo surfaces.
|
||||
|
|
Loading…
Reference in a new issue