gnu: gimp: Build with librsvg-for-system.
* gnu/packages/gimp.scm (gimp)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
3d6f7a45d9
commit
cdba1d8e2e
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ buffers.")
|
||||||
lcms ;optional, color management
|
lcms ;optional, color management
|
||||||
libheif ;optional, HEIF + AVIF support
|
libheif ;optional, HEIF + AVIF support
|
||||||
libmng ;optional, MNG support
|
libmng ;optional, MNG support
|
||||||
librsvg ;optional, SVG support
|
(librsvg-for-system) ;optional, SVG support
|
||||||
libxcursor ;optional, Mouse Cursor support
|
libxcursor ;optional, Mouse Cursor support
|
||||||
openexr-2 ;optional, EXR support
|
openexr-2 ;optional, EXR support
|
||||||
openjpeg ;optional, JPEG 2000 support
|
openjpeg ;optional, JPEG 2000 support
|
||||||
|
|
Reference in a new issue