1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-05 03:53:41 +00:00
nixpkgs/pkgs/development/libraries/fontconfig-ultimate/default.nix

7 lines
106 B
Nix
Raw Normal View History

2014-11-30 19:36:11 +00:00
{ callPackage }:
{
confd = callPackage ./confd.nix {};
rendering = callPackage ./rendering.nix {};
}