me
/
guix
Archived
1
0
Fork 0

gnu: t4k-common: Build with librsvg-for-system.

* gnu/packages/education.scm (t4k-common)[inputs]: Replace librsvg with
librsvg-for-system.
Efraim Flashner 2023-08-15 00:58:18 +03:00
parent 1fbfab7b78
commit de234a43d1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -876,7 +876,7 @@ endless. For example:
(inputs
`(("font-andika" ,font-sil-andika)
("libpng" ,libpng)
("librsvg" ,librsvg)
("librsvg" ,(librsvg-for-system))
("libxml2" ,libxml2)
("sdl" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-net sdl-pango)))))
(home-page "https://github.com/tux4kids/t4kcommon")