mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
python-neovim: 0.0.38 -> 0.1.7
Disable for python3
This commit is contained in:
parent
2eac1070ad
commit
b42d6718b0
1 changed files with 4 additions and 2 deletions
|
@ -25766,12 +25766,14 @@ in modules // {
|
|||
};
|
||||
|
||||
neovim = buildPythonPackage rec {
|
||||
version = "0.0.38";
|
||||
version = "0.1.7";
|
||||
name = "neovim-${version}";
|
||||
|
||||
disabled = isPy35;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/n/neovim/${name}.tar.gz";
|
||||
sha256 = "93f475d5583a053af919ba0729b32b3fefef1dbde4717b5657d806bdc69b76b3";
|
||||
sha256 = "0il6h9qpy9rkgz16yn2bhhg5f23w41wvm9ivlscx5l55llq9sd9q";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ msgpack ]
|
||||
|
|
Loading…
Reference in a new issue