3
0
Fork 0
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:
Moritz Ulrich 2016-04-06 21:08:23 +02:00
parent 0661a9891b
commit 6cd2eccdc7

View file

@ -75,8 +75,10 @@ let
glib
libtermkey
libuv
luajit
# For some reason, `luajit` has to be listed after `lua`. See
# https://github.com/NixOS/nixpkgs/issues/14442
lua
luajit
lpeg
luaMessagePack
luabitop