From f0c061a05400b224713c94bc5e59a187c0c29fca Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Thu, 12 Mar 2026 21:39:39 +0100 Subject: [PATCH] build(nix): add llvm and nasm to servo packages native build inputs for mozjs_sys --- 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 5ebc351..b4a0827 100644 --- a/infra/nixos/weft-packages.nix +++ b/infra/nixos/weft-packages.nix @@ -47,7 +47,7 @@ in { mesa wayland libxkbcommon openssl dbus udev libGL fontconfig ]; extraNativeBuildInputs = with pkgs; [ - pkgs.llvmPackages.clang cmake python3 + pkgs.llvmPackages.clang pkgs.llvmPackages.llvm cmake python3 nasm ]; cargoFlags = [ "--features" "servo-embed" ]; extraEnv = { @@ -61,7 +61,7 @@ in { mesa wayland libxkbcommon openssl dbus udev libGL fontconfig ]; extraNativeBuildInputs = with pkgs; [ - pkgs.llvmPackages.clang cmake python3 + pkgs.llvmPackages.clang pkgs.llvmPackages.llvm cmake python3 nasm ]; cargoFlags = [ "--features" "servo-embed" ]; extraEnv = {