signal-desktop-from-src: format

This commit is contained in:
2024-11-26 12:43:09 +00:00
parent 9870ef77f1
commit 874fece378

View File

@@ -81,43 +81,44 @@
# - <https://github.com/signalapp/Signal-Desktop/pull/6889>
{ lib
, alsa-lib
, asar
, at-spi2-atk
, at-spi2-core
, atk
, autoPatchelfHook
, bash
, buildNpmPackage
, buildPackages
, cups
, electron-bin
, fetchurl
, fetchFromGitHub
, flac
, gdk-pixbuf
, git
, gitUpdater
, gnused
, gtk3
, icu
, libpulseaudio
, libwebp
, libxslt
, makeShellWrapper
, mesa
, nspr
, nss
, pango
, python3
, rsync
, signal-desktop
# , sqlite
# , sqlcipher
, stdenv
, wrapGAppsHook
, xdg-utils
{
alsa-lib,
asar,
at-spi2-atk,
at-spi2-core,
atk,
autoPatchelfHook,
bash,
buildNpmPackage,
buildPackages,
cups,
electron-bin,
fetchFromGitHub,
fetchurl,
flac,
gdk-pixbuf,
git,
gitUpdater,
gnused,
gtk3,
icu,
lib,
libpulseaudio,
libwebp,
libxslt,
makeShellWrapper,
mesa,
nspr,
nss,
pango,
python3,
rsync,
signal-desktop,
# sqlite,
# sqlcipher,
stdenv,
wrapGAppsHook,
xdg-utils,
}:
let
ringrtcPrebuild = "${signal-desktop}/lib/Signal/resources/app.asar.unpacked/node_modules/@signalapp/ringrtc";