summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-08-14 23:49:56 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-08-15 05:45:46 +0300
commit32d0bdf4e5fdd5104f1eb90e81bd95eebd261ef3 (patch)
treee47d72f78778b1ff49eb1ab9f1ab8cddc9304ec2 /gnu/packages/games.scm
parentae387663bb33422460ae07dbcb8ef77f5fcb8462 (diff)
gnu: xboard: Build with librsvg-for-system.
* gnu/packages/games.scm (xboard)[inputs]: Replace librsvg with librsvg-for-system.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm2
1 files changed, 1 insertions, 1 deletions
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/")