efraim pushed a commit to branch master
in repository guix.

commit 99dfb5bfd9f6e0064d270f094020d1f07ed6e4c1
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Aug 14 23:56:27 2023 +0300

    gnu: colobot: Build with librsvg-for-system.
    
    * gnu/packages/games.scm (colobot)[native-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 b3bcb6e819..a5fa19fc20 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7754,7 +7754,7 @@ Github or Gitlab.")
             (base32
              "1s86cd36rwkff329mb1ay1wi5qqyi35564ppgr3f4qqz9wj9vs2m"))))
        ("gettext" ,gettext-minimal)
-       ("librsvg" ,librsvg)
+       ("librsvg" ,(librsvg-for-system))
        ("po4a" ,po4a)
        ("python" ,python-wrapper)))
     (inputs

Reply via email to