neovim-remote: use buildPythonApplication
This commit is contained in:
parent
18a2cdf424
commit
e2d44a6ec7
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
pythonPackages.buildPythonPackage rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
pname = "neovim-remote";
|
pname = "neovim-remote";
|
||||||
version = "2.1.4";
|
version = "2.1.4";
|
||||||
disabled = !pythonPackages.isPy3k;
|
disabled = !pythonPackages.isPy3k;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user