core/pkgs/by-name/fo/fontconfig/packages.nix

7 lines
133 B
Nix
Raw Normal View History

2024-05-01 20:46:19 -04:00
{ ... }:
res: pkgs: super:
2024-06-30 09:16:52 +01:00
with pkgs; {
fontconfig = callPackage ./. { inherit (darwin.apple_sdk.frameworks) CoreFoundation; };
2024-05-01 20:46:19 -04:00
}