efraim pushed a commit to branch master
in repository guix.
commit 7e999581676efe928b17958683c9b1133aa51301
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Aug 14 23:53:53 2023 +0300
gnu: tuxpaint: Build with librsvg-for-system.
* gnu/packages/games.scm (tuxpaint)[inputs]: Replace librsvg with
librsvg-for-system.
---
gnu/packages/games.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4ea133b7ea..b3bcb6e819 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5814,7 +5814,7 @@ safety of the Chromium vessel.")
("fribidi" ,fribidi)
("gettext" ,gettext-minimal)
("libpng" ,libpng)
- ("librsvg" ,librsvg)
+ ("librsvg" ,(librsvg-for-system))
("libpaper" ,libpaper)
("netpbm" ,netpbm)
("sdl" ,(sdl-union (list sdl sdl-mixer sdl-ttf sdl-image)))))