diff --git a/pkgs/by-name/ne/neovim-unwrapped/package.nix b/pkgs/by-name/ne/neovim-unwrapped/package.nix index aeb2807ce0f7..109883fc5e67 100644 --- a/pkgs/by-name/ne/neovim-unwrapped/package.nix +++ b/pkgs/by-name/ne/neovim-unwrapped/package.nix @@ -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 \