mdbook-cmdrun,mealie: use nodejs, not nodePackages.nodejs (#470862)

This commit is contained in:
Matthias Beyer
2025-12-23 18:09:54 +00:00
committed by GitHub
2 changed files with 3 additions and 6 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
lib,
mdbook,
nodePackages,
nodejs,
python3,
util-linux,
rustPlatform,
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage {
nativeCheckInputs = [
mdbook # used by tests/book.rs
nodePackages.nodejs # used by tests/regression/inline_call/input.md
nodejs # used by tests/regression/inline_call/input.md
python3 # used by tests/regression/py_*
util-linux # used by tests/regression/shell/input.md
];
+1 -4
View File
@@ -4,15 +4,12 @@ src: version:
fetchFromGitHub,
fetchYarnDeps,
dart-sass,
nodePackages_latest,
nodejs,
fixup-yarn-lock,
stdenv,
yarn,
writableTmpDirAsHomeHook,
}:
let
nodejs = nodePackages_latest.nodejs;
in
stdenv.mkDerivation {
name = "mealie-frontend";
inherit version;