guix-commits
[Top][All Lists]
Advanced

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

24/41: gnu: pioneers: Build with librsvg-for-system.


From: guix-commits
Subject: 24/41: gnu: pioneers: 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 19dc2ae52a4837ee7f8286184847a67f14b930a4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 14 23:51:39 2023 +0300

    gnu: pioneers: Build with librsvg-for-system.
    
    * gnu/packages/games.scm (pioneers)[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 ec825c47bb..4ea133b7ea 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5165,7 +5165,7 @@ are only two levels to play with, but they are very 
addictive.")
                (("\"beep\"")
                 (string-append "\"" (assoc-ref inputs "beep") "/bin/beep\"")))
              #t)))))
-    (inputs (list avahi beep gtk+ librsvg))
+    (inputs (list avahi beep gtk+ (librsvg-for-system)))
     (native-inputs (list intltool itstool libxml2 pkg-config))
     (synopsis "Board game inspired by The Settlers of Catan")
     (description "Pioneers is an emulation of the board game The Settlers of



reply via email to

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