neovim-remote: disable tests on Darwin
The only enabled test started to fail with write errors. Setting HOME=$TMPDIR works, but then it fails the same way than the disabled ones
This commit is contained in:
parent
d43a7bbde2
commit
f88533ec37
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ with python3.pkgs; buildPythonApplication rec {
|
|||
"test_escape_double_quotes_in_filenames"
|
||||
];
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tool that helps controlling nvim processes from a terminal";
|
||||
homepage = "https://github.com/mhinz/neovim-remote/";
|
||||
|
|
Loading…
Reference in a new issue