mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
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 @@ (define-public directfb
|
|||
("opengl" ,mesa)
|
||||
("png" ,libpng)
|
||||
("sdl" ,sdl)
|
||||
("svg" ,librsvg)
|
||||
("svg" ,(librsvg-for-system))
|
||||
("tiff" ,libtiff)
|
||||
("tslib" ,tslib)
|
||||
("vdpau" ,libvdpau)
|
||||
|
|
Loading…
Reference in a new issue