vips: add librsvg dependency

Some vips operations on SVG files require librsvg.
This commit is contained in:
Chris Forno 2020-11-25 11:42:24 +08:00
parent fa8faa1c31
commit f2b2eb23f1
No known key found for this signature in database
GPG Key ID: 9239A23F3DAEEABC
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
, libgsf
, libexif
, libheif
, librsvg
, ApplicationServices
, python27
, libpng
@ -63,6 +64,7 @@ stdenv.mkDerivation rec {
libexif
libheif
libpng
librsvg
python27
libpng
expat