mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
neovim-remote: use buildPythonApplication
This commit is contained in:
parent
18a2cdf424
commit
e2d44a6ec7
@ -2,7 +2,7 @@
|
||||
|
||||
with stdenv.lib;
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
pname = "neovim-remote";
|
||||
version = "2.1.4";
|
||||
disabled = !pythonPackages.isPy3k;
|
||||
|
Loading…
Reference in New Issue
Block a user