We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a50c5b commit 52b3c72Copy full SHA for 52b3c72
pkgs/by-name/ci/cinny-unwrapped/package.nix
@@ -10,6 +10,7 @@
10
pango,
11
stdenv,
12
olm,
13
+ nodejs_20,
14
}:
15
16
buildNpmPackage rec {
@@ -23,6 +24,10 @@ buildNpmPackage rec {
23
24
hash = "sha256-BoUQURCfEu5kocMm8T25cVl8hgZGxcxrMzQZOl2fAbY=";
25
};
26
27
+ # canvas, a transitive dependency of cinny, fails to build with Node 22
28
+ # https://github.com/Automattic/node-canvas/issues/2448
29
+ nodejs = nodejs_20;
30
+
31
npmDepsHash = "sha256-fDoia6evCmXZgeIKL0coRo3yunX1dfud31ROgmop2Sc=";
32
33
# Fix error: no member named 'aligned_alloc' in the global namespace
0 commit comments