sieve-editor-gui: Pin nodejs to nodejs22 (#477694)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user