guix-commits
[Top][All Lists]
Advanced

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

32/41: gnu: tuxmath: Build with librsvg-for-system.


From: guix-commits
Subject: 32/41: gnu: tuxmath: Build with librsvg-for-system.
Date: Mon, 14 Aug 2023 22:49:03 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 9ec01025badebbc94f3856f60d61bd091c7c05db
Author: Efraim Flashner <efraim@flashner.co.il>
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

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