about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-01-27 18:33:49 +0000
committerJörg Thalheim <joerg@thalheim.io>2019-01-27 18:35:44 +0000
commite2d44a6ec7bd517caa40d417886251f0c66da8f3 (patch)
tree03d8416a52d7d5060aabf529858689775dd88adc /pkgs/applications/editors/neovim
parent18a2cdf424c1dfdb2075f667e0c3bef53322dcc9 (diff)
downloadnixlib-e2d44a6ec7bd517caa40d417886251f0c66da8f3.tar
nixlib-e2d44a6ec7bd517caa40d417886251f0c66da8f3.tar.gz
nixlib-e2d44a6ec7bd517caa40d417886251f0c66da8f3.tar.bz2
nixlib-e2d44a6ec7bd517caa40d417886251f0c66da8f3.tar.lz
nixlib-e2d44a6ec7bd517caa40d417886251f0c66da8f3.tar.xz
nixlib-e2d44a6ec7bd517caa40d417886251f0c66da8f3.tar.zst
nixlib-e2d44a6ec7bd517caa40d417886251f0c66da8f3.zip
neovim-remote: use buildPythonApplication
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/neovim-remote.nix2
1 files changed, 1 insertions, 1 deletions
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;