mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
|
|||
libiconv
|
||||
] ++ libintlOrEmpty ++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
||||
CoreGraphics
|
||||
CoreText
|
||||
ApplicationServices
|
||||
Carbon
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue