fontconfig example

This commit is contained in:
Mitchell Hashimoto
2022-04-03 20:08:29 -07:00
parent 529a2c924c
commit 3cb5dae9d8
4 changed files with 46 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
, vttest
, zig
, fontconfig
, libepoxy
, libGL
, libX11
@@ -32,6 +33,7 @@
buildInputs = [
# TODO: non-linux
] ++ lib.optionals stdenv.isLinux [
fontconfig
libepoxy
libGL