Skip to content

Commit

Permalink
Merge pull request #211889 from urandom2/signal-desktop0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jan 21, 2023
2 parents 11b0929 + 39ad68a commit e86eaaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
};
signal-desktop-beta = {
dir = "Signal Beta";
version = "6.2.0-beta.2";
hash = "sha256-NVwX2xG8QGVjENy6fSA13WQyTlYuF5frcS3asDDg4Ik=";
ringrtcPrefix = "@signalapp/";
version = "6.3.0-beta.1";
hash = "sha256-cYJWhnyiWULnIZvI2/k1koLCd2zrL4CVMohcnSZa/TY=";
};
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ pname
, dir
, ringrtcPrefix ? ""
, version
, hash
, stdenv
Expand Down Expand Up @@ -160,7 +161,7 @@ stdenv.mkDerivation rec {
--replace "/opt/${dir}/${pname}" $out/bin/${pname}
autoPatchelf --no-recurse -- "$out/lib/${dir}/"
patchelf --add-needed ${libpulseaudio}/lib/libpulse.so "$out/lib/${dir}/resources/app.asar.unpacked/node_modules/ringrtc/build/linux/libringrtc-x64.node"
patchelf --add-needed ${libpulseaudio}/lib/libpulse.so "$out/lib/${dir}/resources/app.asar.unpacked/node_modules/${ringrtcPrefix}ringrtc/build/linux/libringrtc-x64.node"
'';

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

0 comments on commit e86eaaf

Please sign in to comment.