sieve-editor-gui: Pin nodejs to nodejs22 (#477694)

This commit is contained in:
yaya
2026-05-26 14:12:52 +00:00
committed by GitHub
@@ -1,6 +1,7 @@
{
lib,
stdenv,
nodejs_22,
buildNpmPackage,
fetchFromGitHub,
electron,
@@ -32,6 +33,9 @@ buildNpmPackage {
pname = "sieve-editor-gui";
version = "0.6.1-unstable-2025-03-12";
# npm dependency install fails with nodejs_24: https://github.com/NixOS/nixpkgs/issues/474535
nodejs = nodejs_22;
src = fetchFromGitHub {
owner = "thsmi";
repo = "sieve";