gnu: tuxmath: Build with librsvg-for-system.

* gnu/packages/education.scm (tuxmath)[inputs]: Replace librsvg with
librsvg-for-system.
This commit is contained in:
Efraim Flashner 2023-08-15 00:59:01 +03:00
parent de234a43d1
commit 9ec01025ba
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)))