gnu: fuzzel: Build with librsvg-for-system.

* gnu/packages/xdisorg.scm (fuzzel)[inputs]: Replace librsvg with
librsvg-for-system.
This commit is contained in:
Efraim Flashner 2023-08-14 22:10:08 +03:00
parent c4d93afbda
commit dd81a3e716
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3171,7 +3171,7 @@ (define-public fuzzel
fontconfig
libpng
libxkbcommon
librsvg ;if librsvg is not used, bundled nanosvg is used
(librsvg-for-system) ;if librsvg is not used, bundled nanosvg is used
pixman
wayland
wayland-protocols))