vips: add librsvg dependency
Some vips operations on SVG files require librsvg.
This commit is contained in:
parent
fa8faa1c31
commit
f2b2eb23f1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue