mirror of
https://github.com/ziglang/zig.git
synced 2025-02-16 09:30:17 +00:00
Add libxml2
to build inputs, as it seems to be needed now
parent
5ac83928b8
commit
ab4985d1aa
@ -8,6 +8,7 @@ pkgs.mkShell {
|
|||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
cmake
|
cmake
|
||||||
gdb
|
gdb
|
||||||
|
libxml2
|
||||||
ninja
|
ninja
|
||||||
qemu
|
qemu
|
||||||
wasmtime
|
wasmtime
|
||||||
@ -50,6 +51,7 @@ Alternatively, you can use this sample `flake.nix`:
|
|||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
cmake
|
cmake
|
||||||
gdb
|
gdb
|
||||||
|
libxml2
|
||||||
ninja
|
ninja
|
||||||
qemu
|
qemu
|
||||||
wasmtime
|
wasmtime
|
||||||
|
Loading…
Reference in New Issue
Block a user