mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
fontconfig: add expat to propagatedBuildInputs
This is listed in the pkg-config Requires, so it is needed.
This commit is contained in:
parent
cdc94f6de7
commit
55d225453e
1 changed files with 1 additions and 4 deletions
|
|
@ -41,12 +41,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
python3
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
expat
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
freetype
|
||||
expat
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue