fontconfig: add expat to propagatedBuildInputs

This is listed in the pkg-config Requires, so it is needed.
This commit is contained in:
Ross Smyth 2026-06-02 18:17:10 -04:00
commit 55d225453e

View file

@ -41,12 +41,9 @@ stdenv.mkDerivation (finalAttrs: {
python3
];
buildInputs = [
expat
];
propagatedBuildInputs = [
freetype
expat
];
postPatch = ''