mdbook-cmdrun,mealie: use nodejs, not nodePackages.nodejs (#470862)
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user