diff --git a/modules/ld.nix b/modules/ld.nix index 16e6583..ccfcca7 100644 --- a/modules/ld.nix +++ b/modules/ld.nix @@ -18,6 +18,7 @@ with pkgs; [ zlib.dev gdk-pixbuf glib + glibc gtk3 icu wayland @@ -43,7 +44,6 @@ with pkgs; [ openssl pango pipewire - stdenv.cc.cc systemd vulkan-loader xorg.libX11 @@ -64,4 +64,6 @@ with pkgs; [ zlib.dev pkg-config haskellPackages.zlib + stdenv.cc.cc + clang ] diff --git a/pkgs/util.nix b/pkgs/util.nix index 0f28667..84e2220 100644 --- a/pkgs/util.nix +++ b/pkgs/util.nix @@ -75,4 +75,5 @@ with pkgs; [ pstree gptfdisk nix-search + just ]