neovim: remove with lib over entire file
This commit is contained in:
parent
72dab1fa30
commit
1fff543a34
1 changed files with 1 additions and 3 deletions
|
@ -4,8 +4,6 @@
|
||||||
, neovim
|
, neovim
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with lib;
|
|
||||||
|
|
||||||
with python3.pkgs; buildPythonApplication rec {
|
with python3.pkgs; buildPythonApplication rec {
|
||||||
pname = "neovim-remote";
|
pname = "neovim-remote";
|
||||||
version = "2.4.0";
|
version = "2.4.0";
|
||||||
|
@ -35,7 +33,7 @@ with python3.pkgs; buildPythonApplication rec {
|
||||||
"test_escape_double_quotes_in_filenames"
|
"test_escape_double_quotes_in_filenames"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "A tool that helps controlling nvim processes from a terminal";
|
description = "A tool that helps controlling nvim processes from a terminal";
|
||||||
homepage = "https://github.com/mhinz/neovim-remote/";
|
homepage = "https://github.com/mhinz/neovim-remote/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
|
Loading…
Reference in a new issue