neovim-remote: use buildPythonApplication

This commit is contained in:
Jörg Thalheim 2019-01-27 18:33:49 +00:00
parent 18a2cdf424
commit e2d44a6ec7
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -2,7 +2,7 @@
with stdenv.lib;
pythonPackages.buildPythonPackage rec {
pythonPackages.buildPythonApplication rec {
pname = "neovim-remote";
version = "2.1.4";
disabled = !pythonPackages.isPy3k;