me
/
guix
Archived
1
0
Fork 0

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.
master
Maxim Cournoyer 2021-03-11 17:36:45 -05:00
parent d8919224ed
commit 26487f6f8a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -3513,6 +3513,7 @@ library.")
`(("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 @@ library.")
("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.