cairo: Add CoreText for darwin

This helps so that fonts are properly rendered in gtk when used with the backend
"quartz".
This commit is contained in:
Johannes Bornhold 2016-12-23 22:10:06 +01:00
parent 6a55b52944
commit bbdca635cf

View File

@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
libiconv
] ++ libintlOrEmpty ++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
CoreGraphics
CoreText
ApplicationServices
Carbon
]);