gnu: gcompris: Build with librsvg-for-system.
* gnu/packages/education.scm (gcompris)[inputs]: Replace librsvg with librsvg-for-system.
parent
9ec01025ba
commit
4a1bb32b5a
|
@ -116,7 +116,7 @@
|
|||
":" (or (getenv "CPATH") ""))))))))
|
||||
(inputs
|
||||
`(("gtk+" ,gtk+-2)
|
||||
("librsvg" ,librsvg)
|
||||
("librsvg" ,(librsvg-for-system))
|
||||
("libxml2" ,libxml2)
|
||||
("sdl-mixer" ,sdl-mixer)
|
||||
("sqlite" ,sqlite)
|
||||
|
|
Reference in New Issue