civodul pushed a commit to branch master
in repository guix.
commit 3714c8bdcdf997c3c0cd448ba003d95913139c1d
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sun Oct 9 21:32:17 2022 +0200
gnu: gst-plugins-bad: Use 'librsvg-for-system'.
This fixes compilation on i686-linux.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Use
'librsvg-for-system' instead of 'librsvg'.
---
gnu/packages/gstreamer.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index a1503602ad..5017da1091 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -850,7 +850,7 @@ model to base your own plug-in on, here it is.")
("libnice" ,libnice)
("libofa" ,libofa)
("libopenmpt" ,libopenmpt)
- ("librsvg" ,librsvg)
+ ("librsvg" ,(librsvg-for-system))
("libsndfile" ,libsndfile)
("libsrtp" ,libsrtp)
("libssh2" ,libssh2)