From 597119937d7399a45f2fa5c0e53e382a291ee2da Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 5 Dec 2021 23:15:24 +0100 Subject: gnu: gtk+@2: Use 'librsvg-for-system'. * gnu/packages/gtk.scm (gtk+-2)[propagated-inputs]: Use 'librsvg-for-system' unconditionally. --- gnu/packages/gtk.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gnu/packages/gtk.scm') diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 05e5165d3f..38ac6c526c 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -863,12 +863,7 @@ is part of the GNOME accessibility project.") (propagated-inputs `(("atk" ,atk) ("cairo" ,cairo) - ;; SVG support is optional and requires librsvg, which pulls in rust. - ;; Rust is not supported well on every architecture yet. - ("gdk-pixbuf" ,(if (string-prefix? "x86_64" (or (%current-target-system) - (%current-system))) - librsvg - gdk-pixbuf)) + ("gdk-pixbuf" ,(librsvg-for-system)) ("glib" ,glib) ("pango" ,pango))) (inputs -- cgit v1.2.3