subfont: pin nodejs to version 22, fixes build failure (#477638)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
buildNpmPackage,
|
||||
nodejs_22,
|
||||
fetchurl,
|
||||
testers,
|
||||
}:
|
||||
@@ -16,6 +17,8 @@ in
|
||||
buildNpmPackage (finalAttrs: {
|
||||
inherit pname version src;
|
||||
|
||||
nodejs = nodejs_22;
|
||||
|
||||
npmDepsHash = "sha256-vqsm8/1I1HFo9IZdOqGQ/qFEyLTYY5uwtsnp1PJfPIk=";
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user