flood: fix build failure

This commit is contained in:
Alexander Sieg
2025-07-19 12:38:01 +02:00
parent 63e999bff1
commit b21791994d
+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;