about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2022-03-30 12:08:06 +0300
committerDoron Behar <doron.behar@gmail.com>2022-03-30 12:08:06 +0300
commiteb5409461a41f5e3d78997d870f38a6329bb8044 (patch)
tree6cb7224b43832f3eff60555f663f70598307ec60 /pkgs/applications/editors/neovim
parentf80b906b3a4236320f92245a596204a3bfbe8543 (diff)
downloadnixlib-eb5409461a41f5e3d78997d870f38a6329bb8044.tar
nixlib-eb5409461a41f5e3d78997d870f38a6329bb8044.tar.gz
nixlib-eb5409461a41f5e3d78997d870f38a6329bb8044.tar.bz2
nixlib-eb5409461a41f5e3d78997d870f38a6329bb8044.tar.lz
nixlib-eb5409461a41f5e3d78997d870f38a6329bb8044.tar.xz
nixlib-eb5409461a41f5e3d78997d870f38a6329bb8044.tar.zst
nixlib-eb5409461a41f5e3d78997d870f38a6329bb8044.zip
neovim: Explain more why tests are disabled
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix
index ef0b075c4d16..e06096933c97 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -5,7 +5,8 @@
 , tree-sitter
 , glibcLocales ? null, procps ? null
 
-# now defaults to false because some tests can be flaky (clipboard etc)
+# now defaults to false because some tests can be flaky (clipboard etc), see
+# also: https://github.com/neovim/neovim/issues/16233
 , doCheck ? false
 , nodejs ? null, fish ? null, python3 ? null
 }: