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

View File

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