From 222c7db1516fcc5917548742e174400f37d85ea3 Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Thu, 12 Mar 2026 21:34:20 +0100 Subject: [PATCH] build(nix): add fontconfig to servo-shell and app-shell build inputs --- infra/nixos/weft-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/nixos/weft-packages.nix b/infra/nixos/weft-packages.nix index e4cccac..5ebc351 100644 --- a/infra/nixos/weft-packages.nix +++ b/infra/nixos/weft-packages.nix @@ -44,7 +44,7 @@ in { weft-servo-shell = mkWeftPkg { pname = "weft-servo-shell"; extraBuildInputs = with pkgs; [ - mesa wayland libxkbcommon openssl dbus udev libGL + mesa wayland libxkbcommon openssl dbus udev libGL fontconfig ]; extraNativeBuildInputs = with pkgs; [ pkgs.llvmPackages.clang cmake python3 @@ -58,7 +58,7 @@ in { weft-app-shell = mkWeftPkg { pname = "weft-app-shell"; extraBuildInputs = with pkgs; [ - mesa wayland libxkbcommon openssl dbus udev libGL + mesa wayland libxkbcommon openssl dbus udev libGL fontconfig ]; extraNativeBuildInputs = with pkgs; [ pkgs.llvmPackages.clang cmake python3