neovim-unwrapped: drop unused fish/nodejs/python from nativeCheckInputs (#534903)

This commit is contained in:
Adam C. Stephens
2026-06-24 13:35:51 +00:00
committed by GitHub
@@ -22,12 +22,6 @@
nix-update-script,
writableTmpDirAsHomeHook,
wasmSupport ? false,
# now defaults to false because some tests can be flaky (clipboard etc), see
# also: https://github.com/neovim/neovim/issues/16233
nodejs ? null,
fish ? null,
python3 ? null,
}:
let
@@ -194,22 +188,6 @@ stdenv.mkDerivation (
pkg-config
];
# extra programs test via `make functionaltest`
nativeCheckInputs =
let
pyEnv = python3.withPackages (
ps: with ps; [
pynvim
msgpack
]
);
in
[
fish
nodejs
pyEnv # for src/clint.py
];
postPatch =
lib.optionalString wasmSupport ''
substituteInPlace src/nvim/CMakeLists.txt \