core/pkgs/by-name/fo/fontconfig/packages.nix
2024-06-30 09:16:52 +01:00

7 lines
133 B
Nix

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