guix-commits
[Top][All Lists]
Advanced

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

25/41: gnu: tuxpaint: Build with librsvg-for-system.


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

efraim pushed a commit to branch master
in repository guix.

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



reply via email to

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