Fallback fonts

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-10-07 04:16:28 +03:00
parent c377baf3c9
commit 278f4c6df3
8 changed files with 427 additions and 122 deletions

View File

@@ -16,7 +16,19 @@
system:
let
pkgs = import nixpkgs { inherit system; };
nativeBuildInputs = [ ];
nativeBuildInputs = with pkgs; [
pkg-config
wayland
wayland-protocols
wlr-protocols
wayland-scanner
libGL
libportal
glib
libxkbcommon
fontconfig
harfbuzz
];
buildInputs = with pkgs; [
cmake
ninja
@@ -31,23 +43,12 @@
[
llvmPackages_21.clang-tools
lldb
gdb
codespell
doxygen
gtest
cppcheck
inotify-tools
pkg-config
wayland
wayland-protocols
wlr-protocols
wayland-scanner
libGL
libportal
glib
libxkbcommon
fontconfig
harfbuzz
]
++ buildInputs
++ nativeBuildInputs