build: add pkgs.pnpm to nativeBuildInputs (pnpmConfigHook needs it on PATH)
This commit is contained in:
parent
3e0b1ed073
commit
638969c608
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ let
|
||||||
fetcherVersion = 3;
|
fetcherVersion = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgs.nodejs_20 pkgs.pnpmConfigHook ];
|
nativeBuildInputs = [ pkgs.nodejs_20 pkgs.pnpm pkgs.pnpmConfigHook ];
|
||||||
|
|
||||||
# Skip Electron binary download (we're building a web app, not desktop)
|
# Skip Electron binary download (we're building a web app, not desktop)
|
||||||
ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
|
ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue