mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-26 17:03:09 +00:00
build(nix): add fontconfig to servo-shell and app-shell build inputs
This commit is contained in:
parent
294bd163b9
commit
222c7db151
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue