mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: tuxmath: Build with librsvg-for-system.
* gnu/packages/education.scm (tuxmath)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
de234a43d1
commit
9ec01025ba
1 changed files with 1 additions and 1 deletions
|
@ -932,7 +932,7 @@ (define-public tuxmath
|
|||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
`(("librsvg" ,librsvg)
|
||||
`(("librsvg" ,(librsvg-for-system))
|
||||
("libxml2" ,libxml2)
|
||||
("sdl" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-net sdl-pango)))
|
||||
("t4k-common" ,t4k-common)))
|
||||
|
|
Loading…
Reference in a new issue