diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-09-03 23:45:52 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-09-03 23:45:52 +0300 |
commit | 83f262b1690d5dc1bfc85f82cb062bd53cd005d6 (patch) | |
tree | eae6226c7891c9e0e5d92c89b0a3fdd0eadca4d1 /gnu | |
parent | 4e6c39e17e1cd83d129d385e773748d4d5a0e024 (diff) |
gnu: directfb: Use librsvg-for-system.
* gnu/packages/graphics.scm (directfb)[inputs]: Replace librsvg with
librsvg-for-system.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/graphics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index fdc72d5a8d..a68715abae 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -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) |