neovim: cleanup a bit libluv related hacks

Remove unneeded cmakeFlags and explain more what is the difference
between lua.pkgs.libluv and lua.pkgs.luv.
This commit is contained in:
Doron Behar
2022-03-29 22:16:24 +03:00
parent d3dcc106c8
commit f80b906b3a
2 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ with prev;
});
# as advised in https://github.com/luarocks/luarocks/issues/1402
# as advised in https://github.com/luarocks/luarocks/issues/1402#issuecomment-1080616570
# we shouldn't use luarocks machinery to build complex cmake components
libluv = pkgs.stdenv.mkDerivation {