gnu: tuxmath: Build with librsvg-for-system.
* gnu/packages/education.scm (tuxmath)[inputs]: Replace librsvg with librsvg-for-system.
parent
de234a43d1
commit
9ec01025ba
|
@ -932,7 +932,7 @@ TuxMath and TuxType.")
|
|||
(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)))
|
||||
|
|
Reference in New Issue