vhyrro / luarocks.nvim

Easily install luarocks with lazy.nvim
The Unlicense
81 stars 6 forks source link

Wrong name for 5.1 lua package in Fedora #25

Open kalyanoliveira opened 4 months ago

kalyanoliveira commented 4 months ago

I'm using Fedora 40.

The following worked for fulfilling the lua 5.1 requirement of this plugin:

sudo dnf install compat-lua

The following did not work for fulfilling the lua 5.1 requirement of this plugin:

sudo dnf install compat-lua-devel-5.1.5

I believe that the README.md must be updated, then.

baltevl commented 3 months ago

Are you sure it's not dnf install compat-lua-devel? For me it was complaing about a missing header file, namely lua.h, which is not in compat-lua. I'm on f40 as well. https://packages.fedoraproject.org/pkgs/compat-lua/compat-lua/fedora-40.html#files https://packages.fedoraproject.org/pkgs/compat-lua/compat-lua-devel/fedora-40.html#files

kalyanoliveira commented 3 months ago

I'm not entirely sure, then. I don't think I have the expertise to give a definitive answer here. Perhaps we should just leave this different package that solved things for me as a potential fix for others facing the same issue. Same goes for the package that solved things for you.