guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: gst-plugins-bad: Use 'librsvg-for-system'.


From: guix-commits
Subject: 02/09: gnu: gst-plugins-bad: Use 'librsvg-for-system'.
Date: Sun, 9 Oct 2022 16:33:45 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3714c8bdcdf997c3c0cd448ba003d95913139c1d
Author: Ludovic Courtès <ludo@gnu.org>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]