mirror of
https://github.com/ziglang/zig.git
synced 2024-11-21 19:42:56 +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; [
|
||||
cmake
|
||||
gdb
|
||||
libxml2
|
||||
ninja
|
||||
qemu
|
||||
wasmtime
|
||||
@ -50,6 +51,7 @@ Alternatively, you can use this sample `flake.nix`:
|
||||
nativeBuildInputs = with pkgs; [
|
||||
cmake
|
||||
gdb
|
||||
libxml2
|
||||
ninja
|
||||
qemu
|
||||
wasmtime
|
||||
|
Loading…
Reference in New Issue
Block a user