diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-10-09 21:31:42 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-10-09 22:32:13 +0200 |
commit | c3b0be1fa21e1513d835880c57b0ef8ca4015186 (patch) | |
tree | d3a4003e1c9cbed5606d07393baf09922e5c692b /gnu | |
parent | b310afde2696dc6b03f035c6734b068cddf2f129 (diff) | |
download | guix-c3b0be1fa21e1513d835880c57b0ef8ca4015186.tar.gz guix-c3b0be1fa21e1513d835880c57b0ef8ca4015186.zip |
gnu: directfb: Use 'librsvg-for-system'.
This fixes compilation on i686-linux.
* gnu/packages/graphics.scm (directfb)[inputs]: Use 'librsvg-for-system'
instead of 'librsvg'.
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 93cbb23620..3d67a85b4a 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -210,7 +210,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) |