Skip to content

Commit

Permalink
vips: add librsvg dependency
Browse files Browse the repository at this point in the history
Some vips operations on SVG files require librsvg.
  • Loading branch information
jekor committed Nov 25, 2020
1 parent fa8faa1 commit f2b2eb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/tools/graphics/vips/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
, libgsf
, libexif
, libheif
, librsvg
, ApplicationServices
, python27
, libpng
Expand Down Expand Up @@ -63,6 +64,7 @@ stdenv.mkDerivation rec {
libexif
libheif
libpng
librsvg
python27
libpng
expat
Expand Down

0 comments on commit f2b2eb2

Please sign in to comment.