guix-commits
[Top][All Lists]
Advanced

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

31/41: gnu: t4k-common: Build with librsvg-for-system.


From: guix-commits
Subject: 31/41: gnu: t4k-common: 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 de234a43d1ec57186a39be23198ffe540c520a5a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 15 00:58:18 2023 +0300

    gnu: t4k-common: Build with librsvg-for-system.
    
    * gnu/packages/education.scm (t4k-common)[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 54380e7ebb..9053712283 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -876,7 +876,7 @@ endless.  For example:
     (inputs
      `(("font-andika" ,font-sil-andika)
        ("libpng" ,libpng)
-       ("librsvg" ,librsvg)
+       ("librsvg" ,(librsvg-for-system))
        ("libxml2" ,libxml2)
        ("sdl" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-net sdl-pango)))))
     (home-page "https://github.com/tux4kids/t4kcommon";)



reply via email to

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