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

View File

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