guix-commits
[Top][All Lists]
Advanced

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

26/41: gnu: colobot: Build with librsvg-for-system.


From: guix-commits
Subject: 26/41: gnu: colobot: 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 99dfb5bfd9f6e0064d270f094020d1f07ed6e4c1
Author: Efraim Flashner <efraim@flashner.co.il>
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

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