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:
@@ -2,6 +2,7 @@
|
||||
, stdenv
|
||||
, fetchurl
|
||||
, cairo
|
||||
, expat
|
||||
, ffmpeg
|
||||
, libexif
|
||||
, pango
|
||||
@@ -28,6 +29,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
cairo
|
||||
expat
|
||||
ffmpeg
|
||||
libexif
|
||||
pango
|
||||
|
||||
Reference in New Issue
Block a user