mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
Merge pull request #237357 from figsoda/pynvim
python310Packages.pynvim: fix & adopt
This commit is contained in:
commit
bbc050eaab
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
msgpack
|
||||
] ++ lib.optional (!isPyPy) [
|
||||
] ++ lib.optionals (!isPyPy) [
|
||||
greenlet
|
||||
];
|
||||
|
||||
@ -42,6 +42,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/neovim/pynvim";
|
||||
changelog = "https://github.com/neovim/pynvim/releases/tag/${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user