signal-desktop-from-src: build with electron_27-bin

This commit is contained in:
Colin 2023-11-15 07:07:44 +00:00
parent dfe724ff52
commit 6ff01649d6

View File

@ -242,6 +242,7 @@
, electron_25
, electron_25-bin
# , electron_26
, electron_27-bin
# , electron
, electron-bin
, fetchFromGitHub
@ -296,10 +297,12 @@ let
# for this package, electron_25 seems more stable than 26/27.
# 27 complains that better-sqlite was built against an incompatible nodejs.
# 26 simply segfaults.
# as for the -bin versions though, both electron-bin (26) and electron_27-bin work; electron_25-bin is untested
# electron = electron_26;
# electron = electron_25;
# electron = electron_25-bin;
electron = electron-bin;
# electron = electron-bin;
electron = electron_27-bin;
# nodejs = nodejs_latest;
nodeSources = srcOnly nodejs';
bettersqlitePatch = substituteAll {