Merge pull request #54717 from Mic92/nvr

neovim-remote: use buildPythonApplication
This commit is contained in:
Jörg Thalheim 2019-02-10 09:02:52 +00:00 committed by GitHub
commit 25bab3958d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;