build: add pkgs.pnpm to nativeBuildInputs (pnpmConfigHook needs it on PATH)

This commit is contained in:
Padreug 2026-05-23 11:08:24 +02:00
commit 638969c608

View file

@ -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";