From 3d0484222e4575ecc08a3bfd651877f24ef8f69c Mon Sep 17 00:00:00 2001 From: minco Date: Tue, 11 Nov 2025 10:53:32 +0900 Subject: [PATCH] add libllvm --- modules/ld.nix | 3 +-- pkgs/programming.nix | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ld.nix b/modules/ld.nix index ccfcca7..3fe6839 100644 --- a/modules/ld.nix +++ b/modules/ld.nix @@ -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 ] diff --git a/pkgs/programming.nix b/pkgs/programming.nix index ac286fd..350fb74 100644 --- a/pkgs/programming.nix +++ b/pkgs/programming.nix @@ -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 ]