fix ttf fonts
This commit is contained in:
parent
828497661d
commit
d6e6711f40
2 changed files with 63 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ let
|
|||
struct2json = callPackage ./pkgs/s/struct2json/package.nix {
|
||||
pkgs = pkgs;
|
||||
};
|
||||
my-ttf-fonts = callPackage ./pkgs/f/fonts/package.nix {};
|
||||
in
|
||||
{
|
||||
xbuild = xbuild;
|
||||
|
|
@ -87,4 +88,5 @@ in
|
|||
libcello_debug = libcello_debug;
|
||||
packcc = packcc_main;
|
||||
struct2json = struct2json;
|
||||
my-ttf-fonts = my-ttf-fonts;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue