space-station-14-launcher: add dbus (#502126)
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
libxkbcommon,
|
||||
wayland,
|
||||
fontconfig,
|
||||
dbus,
|
||||
alsaSupport ? stdenv.hostPlatform.isLinux,
|
||||
jackSupport ? stdenv.hostPlatform.isLinux,
|
||||
pipewireSupport ? stdenv.hostPlatform.isLinux,
|
||||
@@ -99,6 +100,7 @@ buildDotnetModule rec {
|
||||
libxkbcommon
|
||||
wayland
|
||||
fontconfig.lib
|
||||
dbus
|
||||
]
|
||||
++ lib.optional alsaSupport alsa-lib
|
||||
++ lib.optional jackSupport libjack2
|
||||
|
||||
Reference in New Issue
Block a user