flood: fix build failure (#426633)

This commit is contained in:
Thiago Kenji Okada
2025-07-19 14:10:57 +01:00
committed by GitHub
+1
View File
@@ -20,6 +20,7 @@ buildNpmPackage rec {
npmConfigHook = pnpm_9.configHook;
npmDeps = pnpmDeps;
dontNpmPrune = true;
pnpmDeps = pnpm_9.fetchDeps {
inherit pname version src;
fetcherVersion = 1;