Skip to content

Commit

Permalink
Add required dependencies for CEF to Nix shell (#17961)
Browse files Browse the repository at this point in the history
  • Loading branch information
gradientvera authored Jul 11, 2023
1 parent 98724cb commit 89fc46a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 89fc46a

Please sign in to comment.