Merge pull request #19486 from Mic92/neovim
python3Packages.neovim: include trollius only for py < 3.4
This commit is contained in:
commit
1371499530
@ -28828,7 +28828,7 @@ in modules // {
|
|||||||
|
|
||||||
propagatedBuildInputs = with self; [ msgpack ]
|
propagatedBuildInputs = with self; [ msgpack ]
|
||||||
++ optional (!isPyPy) greenlet
|
++ optional (!isPyPy) greenlet
|
||||||
++ optional (!isPy34) trollius;
|
++ optional (pythonOlder "3.4") trollius;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python client for Neovim";
|
description = "Python client for Neovim";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user