gnu: directfb: Use librsvg-for-system.
* gnu/packages/graphics.scm (directfb)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
4e6c39e17e
commit
83f262b169
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ framebuffer graphics, audio output and input event.")
|
||||||
("opengl" ,mesa)
|
("opengl" ,mesa)
|
||||||
("png" ,libpng)
|
("png" ,libpng)
|
||||||
("sdl" ,sdl)
|
("sdl" ,sdl)
|
||||||
("svg" ,librsvg)
|
("svg" ,(librsvg-for-system))
|
||||||
("tiff" ,libtiff)
|
("tiff" ,libtiff)
|
||||||
("tslib" ,tslib)
|
("tslib" ,tslib)
|
||||||
("vdpau" ,libvdpau)
|
("vdpau" ,libvdpau)
|
||||||
|
|
Reference in a new issue