efraim pushed a commit to branch master
in repository guix.

commit 9ec01025badebbc94f3856f60d61bd091c7c05db
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Aug 15 00:59:01 2023 +0300

    gnu: tuxmath: Build with librsvg-for-system.
    
    * gnu/packages/education.scm (tuxmath)[inputs]: Replace librsvg with
    librsvg-for-system.
---
 gnu/packages/education.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 9053712283..289e8429be 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -932,7 +932,7 @@ TuxMath and TuxType.")
     (native-inputs
      (list pkg-config))
     (inputs
-     `(("librsvg" ,librsvg)
+     `(("librsvg" ,(librsvg-for-system))
        ("libxml2" ,libxml2)
        ("sdl" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-net sdl-pango)))
        ("t4k-common" ,t4k-common)))

Reply via email to