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;
|
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