signal-desktop: fix darwin build

(cherry picked from commit 7bd21b9407)
This commit is contained in:
éclairevoyant 2026-06-22 15:30:27 -04:00 committed by Gutyina Gergő
commit 38c93258e3
No known key found for this signature in database

View file

@ -1,4 +1,5 @@
{
actool,
stdenv,
lib,
nodejs_24,
@ -93,6 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
nativeBuildInputs = [
actool
node-gyp
nodejs
pnpmConfigHook