wxSVG: add expat build input

Currently, this is propagated from cairo, but that will soon no longer
be the case.
This commit is contained in:
Alyssa Ross
2023-10-20 22:03:08 +00:00
parent 215518fbc0
commit 77d52cd3f1
@@ -2,6 +2,7 @@
, stdenv
, fetchurl
, cairo
, expat
, ffmpeg
, libexif
, pango
@@ -28,6 +29,7 @@ stdenv.mkDerivation rec {
buildInputs = [
cairo
expat
ffmpeg
libexif
pango