agriffis / neovim

Nightly neovim rpms
https://arongriffis.com/2019/03/02/neovim-nightly-builds
Other
20 stars 0 forks source link

Add libluv to COPR #1

Closed agriffis closed 4 years ago

agriffis commented 5 years ago

Nightly COPR builds are failing since https://github.com/neovim/neovim/commit/c83926cd0aa5720e88e84fa3fae3c0e689cca3ef#diff-af3b638bc2a3e6c650974192a53c7291

We need to add libluv, see https://github.com/luvit/luv

hkupty commented 5 years ago

Is there a way to add https://apps.fedoraproject.org/packages/libuv as a dependency? It's been a long time w/o a release and fedora's version is quite old.

agriffis commented 5 years ago

@hkupty It isn't libuv that we need, it's libluv, see https://github.com/luvit/luv

I started working on it but realized I was going about it the wrong way. libluv needs to be installed as both a library and a lua module. You can see my work in progress at https://github.com/agriffis/luv/commits/copr

I'll see if I can get it running again soon

hkupty commented 5 years ago

Sorry for the confusion, but nonetheless thanks for the effort. :)

agriffis commented 4 years ago

Fixed!