fontconfig: Add CoreFoundation to buildInputs (#98379)
Get rid of non-absolute RPATH reference to CoreFoundation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user