From 89fc46a42d9a15f3a83d90e933df2334bca48eaf Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com> Date: Tue, 11 Jul 2023 17:29:54 +0200 Subject: [PATCH] Add required dependencies for CEF to Nix shell (#17961) --- shell.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/shell.nix b/shell.nix index 44cce939230..ceb775cc99e 100644 --- a/shell.nix +++ b/shell.nix @@ -18,6 +18,25 @@ let zlib glib gdk-pixbuf + nss + nspr + at-spi2-atk + libdrm + expat + libxkbcommon + xorg.libxcb + xorg.libX11 + xorg.libXcomposite + xorg.libXdamage + xorg.libXext + xorg.libXfixes + xorg.libXrandr + xorg.libxshmfence + mesa + alsa-lib + dbus + at-spi2-core + cups ]; in pkgs.mkShell { name = "space-station-14-devshell";