diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 56de2e5881..5620b32b11 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3513,6 +3513,7 @@ library.") `(("bzip2" ,bzip2) ("fontconfig" ,fontconfig) ("freetype" ,freetype) + ("gdk-pixbuf" ,gdk-pixbuf) ("harfbuzz" ,harfbuzz) ("libcroco" ,libcroco) ("libgsf" ,libgsf) @@ -3520,7 +3521,6 @@ library.") ("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.