Add fontconfig and pipewire to shell.nix (#42700)
fix(nix): Add fontconfig and pipewire to shell.nix This fixes dev client crashing when running in a nix dev shell.
This commit is contained in:
parent
e15436cdda
commit
a49e01251e
|
|
@ -18,6 +18,7 @@ let
|
||||||
libGL
|
libGL
|
||||||
openal
|
openal
|
||||||
freetype
|
freetype
|
||||||
|
fontconfig
|
||||||
fluidsynth
|
fluidsynth
|
||||||
soundfont-fluid
|
soundfont-fluid
|
||||||
gtk3
|
gtk3
|
||||||
|
|
@ -43,6 +44,7 @@ let
|
||||||
xorg.libxshmfence
|
xorg.libxshmfence
|
||||||
mesa
|
mesa
|
||||||
alsa-lib
|
alsa-lib
|
||||||
|
pipewire
|
||||||
dbus
|
dbus
|
||||||
at-spi2-core
|
at-spi2-core
|
||||||
cups
|
cups
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue