civodul pushed a commit to branch master
in repository guix.

commit c3b0be1fa21e1513d835880c57b0ef8ca4015186
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sun Oct 9 21:31:42 2022 +0200

    gnu: directfb: Use 'librsvg-for-system'.
    
    This fixes compilation on i686-linux.
    
    * gnu/packages/graphics.scm (directfb)[inputs]: Use 'librsvg-for-system'
    instead of 'librsvg'.
---
 gnu/packages/graphics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 93cbb23620..3d67a85b4a 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -210,7 +210,7 @@ framebuffer graphics, audio output and input event.")
        ("opengl" ,mesa)
        ("png" ,libpng)
        ("sdl" ,sdl)
-       ("svg" ,librsvg)
+       ("svg" ,(librsvg-for-system))
        ("tiff" ,libtiff)
        ("tslib" ,tslib)
        ("vdpau" ,libvdpau)

Reply via email to