nextcloud-talk-desktop: fix pipewire audio issue

This commit is contained in:
Nivayu
2026-03-14 10:33:42 +01:00
parent cdf64fbe3e
commit 5b90ef46d3
@@ -28,6 +28,7 @@
patchelf,
undmg,
makeWrapper,
libpulseaudio,
}:
let
pname = "nextcloud-talk-desktop";
@@ -102,11 +103,17 @@ let
libxrandr
libxfixes
libxcursor
libpulseaudio
];
# Required to launch the application and proceed past the zygote_linux fork() process
# Fixes `Zygote could not fork`
runtimeDependencies = [ systemd ];
runtimeDependencies = [
# Required to launch the application and proceed past the zygote_linux fork() process
# Fixes `Zygote could not fork`
systemd
# Fixes input/output audio device selection
libpulseaudio
];
desktopItems = [
(makeDesktopItem {