Add libxml2 to build inputs, as it seems to be needed now

Johannes Maier 2022-08-04 21:33:15 +02:00
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