add libllvm

This commit is contained in:
2025-11-11 10:53:32 +09:00
parent bc9b620733
commit 3d0484222e
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ with pkgs; [
zlib.dev
gdk-pixbuf
glib
glibc
#glibc
gtk3
icu
wayland
@@ -65,5 +65,4 @@ with pkgs; [
pkg-config
haskellPackages.zlib
stdenv.cc.cc
clang
]

View File

@@ -11,7 +11,7 @@ with pkgs; [
clang-tools
tokio-console
deno
iaito
#iaito
clang
valgrind
ghidra-bin
@@ -59,4 +59,5 @@ with pkgs; [
zlib.dev
conan
lld
libllvm
]