core/pkgs/by-name/fo/fontconfig/packages.nix
2024-05-13 11:34:52 -04:00

10 lines
139 B
Nix

{ ... }:
res: pkgs: super:
with pkgs;
{
fontconfig = callPackage ./. {
inherit (darwin.apple_sdk.frameworks) CoreFoundation;
};
}