Skip to content

Commit

Permalink
signal-desktop: ringrtc depends on libpulseaudio
Browse files Browse the repository at this point in the history
voice/video calls should now work, fixing #98082
  • Loading branch information
collares authored and primeos committed Sep 17, 2020
1 parent 6803bc6 commit 3df04be
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -4,7 +4,7 @@
, libXext, libXfixes, libXrender, libXtst, libXScrnSaver, nss, nspr, alsaLib
, cups, expat, libuuid, at-spi2-core, libappindicator-gtk3
# Runtime dependencies:
, systemd, libnotify, libdbusmenu
, systemd, libnotify, libdbusmenu, libpulseaudio
# Unfortunately this also overwrites the UI language (not just the spell
# checking language!):
, hunspellDicts, spellcheckerLanguage ? null # E.g. "de_DE"
Expand Down Expand Up @@ -122,6 +122,7 @@ in stdenv.mkDerivation rec {
--replace /opt/Signal/signal-desktop $out/bin/signal-desktop
autoPatchelf --no-recurse -- $out/lib/Signal/
patchelf --add-needed ${libpulseaudio}/lib/libpulse.so $out/lib/Signal/resources/app.asar.unpacked/node_modules/ringrtc/build/linux/libringrtc.node
'';

# Tests if the application launches and waits for "Link your phone to Signal Desktop":
Expand Down

0 comments on commit 3df04be

Please sign in to comment.