gnu: xboard: Build with librsvg-for-system.
* gnu/packages/games.scm (xboard)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
ae387663bb
commit
32d0bdf4e5
1 changed files with 1 additions and 1 deletions
|
@ -3739,7 +3739,7 @@ object-oriented programming.")
|
||||||
(assoc-ref inputs "chess")
|
(assoc-ref inputs "chess")
|
||||||
"/bin/gnuchessx"))))))))
|
"/bin/gnuchessx"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-utils chess gtk+-2 librsvg))
|
(list alsa-utils chess gtk+-2 (librsvg-for-system)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo pkg-config))
|
(list texinfo pkg-config))
|
||||||
(home-page "https://www.gnu.org/software/xboard/")
|
(home-page "https://www.gnu.org/software/xboard/")
|
||||||
|
|
Reference in a new issue