forked from mirrors/nixpkgs
neovim: Explain more why tests are disabled
This commit is contained in:
parent
f80b906b3a
commit
eb5409461a
|
@ -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
|
||||
}:
|
||||
|
|
Loading…
Reference in a new issue