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 ]