fontconfig: Add CoreFoundation to buildInputs (#98379)

Get rid of non-absolute RPATH reference to CoreFoundation
This commit is contained in:
hannesweisbach
2021-03-21 18:28:11 -04:00
committed by GitHub
parent de2c3e08c0
commit 869b1090b8
2 changed files with 5 additions and 2 deletions
@@ -9,6 +9,7 @@
, gperf
, dejavu_fonts
, autoreconfHook
, CoreFoundation
}:
stdenv.mkDerivation rec {
@@ -73,7 +74,7 @@ stdenv.mkDerivation rec {
buildInputs = [
expat
];
] ++ lib.optional stdenv.isDarwin CoreFoundation;
propagatedBuildInputs = [
freetype