me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/education.scm (tuxmath)[inputs]: Replace librsvg with
librsvg-for-system.
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
1 changed files with 1 additions and 1 deletions

View File

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