forked from mirrors/nixpkgs
neovim: Fix build by via order of buildInputs
See #14442 for details and further real fixes.
This commit is contained in:
parent
0661a9891b
commit
6cd2eccdc7
|
@ -75,8 +75,10 @@ let
|
||||||
glib
|
glib
|
||||||
libtermkey
|
libtermkey
|
||||||
libuv
|
libuv
|
||||||
luajit
|
# For some reason, `luajit` has to be listed after `lua`. See
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/14442
|
||||||
lua
|
lua
|
||||||
|
luajit
|
||||||
lpeg
|
lpeg
|
||||||
luaMessagePack
|
luaMessagePack
|
||||||
luabitop
|
luabitop
|
||||||
|
|
Loading…
Reference in a new issue