me
/
guix
Archived
1
0
Fork 0

gnu: directfb: Use librsvg-for-system.

* gnu/packages/graphics.scm (directfb)[inputs]: Replace librsvg with
librsvg-for-system.
master
Efraim Flashner 2022-09-03 23:45:52 +03:00
parent 4e6c39e17e
commit 83f262b169
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ framebuffer graphics, audio output and input event.")
("opengl" ,mesa)
("png" ,libpng)
("sdl" ,sdl)
("svg" ,librsvg)
("svg" ,(librsvg-for-system))
("tiff" ,libtiff)
("tslib" ,tslib)
("vdpau" ,libvdpau)