zoom: add dep for udev, fix launching

This commit is contained in:
Will Dietz
2022-05-16 18:48:28 +01:00
committed by Thomas Nixon
parent 5791f1c43f
commit 215155b440
@@ -27,6 +27,7 @@
, wayland
, xorg
, libxkbcommon
, udev
, zlib
# Runtime
, coreutils
@@ -95,11 +96,12 @@ let
xorg.libXrandr
xorg.libXrender
xorg.libxshmfence
zlib
xorg.xcbutilimage
xorg.xcbutilkeysyms
xorg.libXfixes
xorg.libXtst
udev
zlib
] ++ lib.optional (pulseaudioSupport) libpulseaudio);
in