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:
parent
6a55b52944
commit
bbdca635cf
@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
|
||||
libiconv
|
||||
] ++ libintlOrEmpty ++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
||||
CoreGraphics
|
||||
CoreText
|
||||
ApplicationServices
|
||||
Carbon
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user