Add required dependencies for CEF to Nix shell (#17961)
This commit is contained in:
committed by
GitHub
parent
98724cbfd2
commit
89fc46a42d
19
shell.nix
19
shell.nix
@@ -18,6 +18,25 @@ let
|
|||||||
zlib
|
zlib
|
||||||
glib
|
glib
|
||||||
gdk-pixbuf
|
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 {
|
in pkgs.mkShell {
|
||||||
name = "space-station-14-devshell";
|
name = "space-station-14-devshell";
|
||||||
|
|||||||
Reference in New Issue
Block a user