mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
signal-desktop: fix darwin build
(cherry picked from commit 7bd21b9407)
This commit is contained in:
parent
fffb57337d
commit
38c93258e3
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
actool,
|
||||
stdenv,
|
||||
lib,
|
||||
nodejs_24,
|
||||
|
|
@ -93,6 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [
|
||||
actool
|
||||
node-gyp
|
||||
nodejs
|
||||
pnpmConfigHook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue