me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/education.scm (gcompris)[inputs]: Replace librsvg with
librsvg-for-system.
Efraim Flashner 2023-08-15 00:59:37 +03:00
parent 9ec01025ba
commit 4a1bb32b5a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
":" (or (getenv "CPATH") "")))))))) ":" (or (getenv "CPATH") ""))))))))
(inputs (inputs
`(("gtk+" ,gtk+-2) `(("gtk+" ,gtk+-2)
("librsvg" ,librsvg) ("librsvg" ,(librsvg-for-system))
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("sdl-mixer" ,sdl-mixer) ("sdl-mixer" ,sdl-mixer)
("sqlite" ,sqlite) ("sqlite" ,sqlite)