civodul pushed a commit to branch core-updates-frozen
in repository guix.
commit 597119937d7399a45f2fa5c0e53e382a291ee2da
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sun Dec 5 23:15:24 2021 +0100
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(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 05e5165..38ac6c5 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