mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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 @@ (define-public xboard
|
|||
(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/")
|
||||
|
|
Loading…
Reference in a new issue