guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: directfb: Use librsvg-for-system.


From: guix-commits
Subject: 02/04: gnu: directfb: Use librsvg-for-system.
Date: Sun, 4 Sep 2022 03:29:02 -0400 (EDT)

efraim pushed a commit to branch staging
in repository guix.

commit 83f262b1690d5dc1bfc85f82cb062bd53cd005d6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Sep 3 23:45:52 2022 +0300

    gnu: directfb: Use librsvg-for-system.
    
    * gnu/packages/graphics.scm (directfb)[inputs]: Replace librsvg with
    librsvg-for-system.
---
 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 fdc72d5a8d..a68715abae 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -208,7 +208,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

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