Unverified Commit 0ee05ac3 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nextcloud-talk-desktop: fix pipewire audio issue (#499506)

parents 8c131678 5b90ef46
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
  patchelf,
  undmg,
  makeWrapper,
  libpulseaudio,
}:
let
  pname = "nextcloud-talk-desktop";
@@ -102,11 +103,17 @@ let
      libxrandr
      libxfixes
      libxcursor
      libpulseaudio
    ];

    runtimeDependencies = [
      # Required to launch the application and proceed past the zygote_linux fork() process
      # Fixes `Zygote could not fork`
    runtimeDependencies = [ systemd ];
      systemd

      # Fixes input/output audio device selection
      libpulseaudio
    ];

    desktopItems = [
      (makeDesktopItem {