Merge pull request #54717 from Mic92/nvr
neovim-remote: use buildPythonApplication
This commit is contained in:
commit
25bab3958d
@ -2,7 +2,7 @@
|
||||
|
||||
with stdenv.lib;
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
pname = "neovim-remote";
|
||||
version = "2.1.4";
|
||||
disabled = !pythonPackages.isPy3k;
|
||||
|
Loading…
Reference in New Issue
Block a user