neovim: remove with lib over entire file

main
Sandro Jäckel 2 years ago
parent 72dab1fa30
commit 1fff543a34
No known key found for this signature in database
GPG Key ID: B1763F8651144063
  1. 4
      pkgs/applications/editors/neovim/neovim-remote.nix

@ -4,8 +4,6 @@
, neovim
}:
with lib;
with python3.pkgs; buildPythonApplication rec {
pname = "neovim-remote";
version = "2.4.0";
@ -35,7 +33,7 @@ with python3.pkgs; buildPythonApplication rec {
"test_escape_double_quotes_in_filenames"
];
meta = {
meta = with lib; {
description = "A tool that helps controlling nvim processes from a terminal";
homepage = "https://github.com/mhinz/neovim-remote/";
license = licenses.mit;

Loading…
Cancel
Save