efraim pushed a commit to branch master
in repository guix.
commit de234a43d1ec57186a39be23198ffe540c520a5a
Author: Efraim Flashner <[email protected]>
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")