mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #19486 from Mic92/neovim
python3Packages.neovim: include trollius only for py < 3.4
This commit is contained in:
commit
1371499530
1 changed files with 1 additions and 1 deletions
|
@ -28828,7 +28828,7 @@ in modules // {
|
|||
|
||||
propagatedBuildInputs = with self; [ msgpack ]
|
||||
++ optional (!isPyPy) greenlet
|
||||
++ optional (!isPy34) trollius;
|
||||
++ optional (pythonOlder "3.4") trollius;
|
||||
|
||||
meta = {
|
||||
description = "Python client for Neovim";
|
||||
|
|
Loading…
Reference in a new issue