From b402007de601531d4286b1327fc5e0041b6e8a82 Mon Sep 17 00:00:00 2001 From: AidanV <84053180+AidanV@users.noreply.github.com> Date: Thu, 17 Apr 2025 12:58:45 -0700 Subject: [PATCH] nix: Add libX11 dependency for X11 support (#28938) Closes #28937 Release Notes: - N/A --- nix/build.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/build.nix b/nix/build.nix index 7f3e7656ed..21ff060afb 100644 --- a/nix/build.nix +++ b/nix/build.nix @@ -140,6 +140,7 @@ let libxkbcommon wayland gpu-lib + xorg.libX11 xorg.libxcb ] ++ lib.optionals stdenv'.hostPlatform.isDarwin [