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