From e2d44a6ec7bd517caa40d417886251f0c66da8f3 Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Sun, 27 Jan 2019 18:33:49 +0000 Subject: neovim-remote: use buildPythonApplication --- pkgs/applications/editors/neovim/neovim-remote.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/editors/neovim') diff --git a/pkgs/applications/editors/neovim/neovim-remote.nix b/pkgs/applications/editors/neovim/neovim-remote.nix index 1444d53da077..cda45c2c739d 100644 --- a/pkgs/applications/editors/neovim/neovim-remote.nix +++ b/pkgs/applications/editors/neovim/neovim-remote.nix @@ -2,7 +2,7 @@ with stdenv.lib; -pythonPackages.buildPythonPackage rec { +pythonPackages.buildPythonApplication rec { pname = "neovim-remote"; version = "2.1.4"; disabled = !pythonPackages.isPy3k; -- cgit 1.4.1