efraim pushed a commit to branch master
in repository guix.
commit 32d0bdf4e5fdd5104f1eb90e81bd95eebd261ef3
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Aug 14 23:49:56 2023 +0300
gnu: xboard: Build with librsvg-for-system.
* gnu/packages/games.scm (xboard)[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 a417630624..ec825c47bb 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3739,7 +3739,7 @@ object-oriented programming.")
(assoc-ref inputs "chess")
"/bin/gnuchessx"))))))))
(inputs
- (list alsa-utils chess gtk+-2 librsvg))
+ (list alsa-utils chess gtk+-2 (librsvg-for-system)))
(native-inputs
(list texinfo pkg-config))
(home-page "https://www.gnu.org/software/xboard/")